Memory Pool Memory Pool Refreshing

8,118 transactions (2.78 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,902 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (822,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,093 86,093 00000000001a8cf4e9b9692473d49f73bc038fee2320a849a73814c3d4e2f583 0.00 MB 4 0
86,092 86,092 000000000009ffc459ae73fbcbc7481a382e5a0324e737c8c2379a2ddd5fb314 0.00 MB 1 0
86,091 86,091 00000000000a35d30c967941639717edff69ec968342936230794b4c104ff004 0.00 MB 1 0
86,090 86,090 00000000001bf0035e95e90df7ca065e971c1b335a2de0072176ab881264408b 0.00 MB 1 0
86,089 86,089 00000000001881cb10cb0a7cbda08dc4d058ab93912ec6224461b35d2b678143 0.00 MB 2 0
86,088 86,088 00000000001b268773fa967848f9d626334fe70969bfb5abd226db14ec3ed147 0.00 MB 5 0
86,087 86,087 00000000000f4c99d50b0eda6c088a19cf72b44762db4ffd983caa40c1946438 0.00 MB 4 0
86,086 86,086 00000000002f31d4223b0fcffa3ee5274554a1373e63ab709c17b368f8ac6c91 0.00 MB 9 0
86,085 86,085 00000000000a7f5c672d4723663d07ff8aa636727e46264b6fc95db493f6cb11 0.00 MB 2 0
86,084 86,084 00000000001ddc1581c24db8e0e032194f54afbea2e565437ae438f4e5be0b07 0.00 MB 4 0
86,083 86,083 0000000000072ed94911dc533baf8f2068f488617a9196a5ccb8af4af5c0f95e 0.00 MB 9 0
86,082 86,082 00000000000279700362a6c7bc6ec44a90a809a77804e9d1a9711256db2bea61 0.00 MB 5 0
86,081 86,081 000000000008e830013e5c43f1c3b2707448b8dc6abe0bec6ce3ed233d249b2f 0.00 MB 4 0
86,080 86,080 0000000000176e91034381d3c83d24ff266013349a853e101b971a2d70fd6edb 0.00 MB 5 0
86,079 86,079 00000000001d783fb878468ea3647563dcb2dadf32cf156a3c7fda33db6db08e 0.00 MB 5 0
86,078 86,078 00000000002f3159353ed2eba3d9b9f0940dd2bd15cbbc9381fc6b749f83bcbf 0.00 MB 5 0
86,077 86,077 000000000021d9e1df5a4701f1be647b2c0aafdae7f137a87a7f4b5dfe4113fe 0.00 MB 1 0
86,076 86,076 0000000000232a861164dfe3fb191c78cab8e0c72be701ae03930b0d23e93321 0.00 MB 3 0
86,075 86,075 000000000025aec1681d80cc0fd5e842a40a43e2477153148d2d3935f35a5b9b 0.00 MB 1 0
86,074 86,074 0000000000183019a0383c1fd806e3ec9a36f9e6bcc7030ab6630a9eb7eb0da8 0.00 MB 3 0
86,073 86,073 0000000000163e398b9fd070f5f391595c06482df29aaaad2580f6217781b76d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.92 GB sent, 102.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.