Memory Pool Memory Pool Refreshing

12,043 transactions (3.68 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,195 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (822,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
86,072 86,072 00000000001fd6324d023f57e4be9985914a86e527813b2e75987ea17840b787 0.00 MB 3 0
86,071 86,071 00000000002530c4f4b90b732b628483e0996c817f8bea99f4277d378050f055 0.00 MB 1 0
86,070 86,070 00000000000e87f5ee6dc8f08ede9db2c5820f0781f1525ff3a7128ae2f0f415 0.00 MB 1 0
86,069 86,069 0000000000237462f62c920340ebf66cbd4d9c35c366ed70e86a5d5dac71ff5b 0.00 MB 2 0
86,068 86,068 00000000001207c8467604e9c0f467b5f1e519dcadaa8f5a488736ed0627b7db 0.00 MB 1 0
86,067 86,067 000000000022ec9a8059a6fae2329b3929042256686c25234131d62768fc6bb4 0.00 MB 5 0
86,066 86,066 000000000016eab4860e1511b7e541fc339907e018e73f5c93a9356997812a6a 0.00 MB 3 0
86,065 86,065 00000000002b463059437a443c80acabce72f8d9c4dde468ce6e2675aceb5ae9 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,862.79 GB sent, 103.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.