Memory Pool Memory Pool Refreshing

1,559 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,292 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,552 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (857,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,874 50,874 000000000d92fb82678e63148981f965e24c7d3c1fdd9ac3b6f25299ce9bb11d 0.00 MB 1 0
50,873 50,873 00000000060ef4fa3bb8353781e83387e225dbdeb8c3037e59b71babf830144d 0.00 MB 1 0
50,872 50,872 00000000014fd2b0910c2344190d4516ea3b50089560a30d604d2c30f05c5087 0.00 MB 1 0
50,871 50,871 000000000b0242d0ee85bc5c72f1389d9bdd76d7c707cbc45886ec7e093273d1 0.00 MB 2 0
50,870 50,870 00000000065a85e26c18c55cd613d299aff5b8c769df497227cc9912c4dd26ae 0.00 MB 1 0
50,869 50,869 00000000041cfce08b504c0f1c5b3e9073f15b63db192891dcd6b51ca9c476ac 0.00 MB 1 0
50,868 50,868 0000000007012ebf8305cdc2a37e85b0a80bd63d492b24e37836eb96a4583e61 0.00 MB 1 0
50,867 50,867 000000001030c87006aac0efa9485ae7fff90bca7c3ade1da55f364c4f7a1e25 0.00 MB 2 0
50,866 50,866 0000000019ceb4d816ccc6287d849b20f623c9929a74c89071b9be1e439cb880 0.00 MB 2 0
50,865 50,865 000000000d82d90bfa6afcaff540dcbced4876bceb18103a6e3c6b61e996edd8 0.00 MB 4 0
50,864 50,864 000000000f4991e030c3653097e6b89b602b55a0fbef6298ad1c5434299cda08 0.00 MB 3 0
50,863 50,863 000000001a9e0bb07548bb37f96738e0f5f85138308e76d93632a3f46b7a3b8f 0.00 MB 1 0
50,862 50,862 000000000a37dec5a6d2e13f7be2ae70088b788b66953a7888eb8fb1126550e0 0.00 MB 1 0
50,861 50,861 0000000000e70e7ff1df091005d66a3ab785a540af3497c33e9e4c3ea0046aff 0.00 MB 1 0
50,860 50,860 0000000010c38c4c59604a50ee81df7a778b540da49c4229300af529975ebb91 0.00 MB 1 0
50,859 50,859 0000000012ff9b44633e560a0aec37fcdeb51e2a65ea00828ea70d9e98f89a1b 0.00 MB 1 0
50,858 50,858 00000000084127b961aaa05cf5e873d71064557a19e3a81384f3044e43429162 0.00 MB 1 0
50,857 50,857 000000001c90ca3a8d549ffaaba9aa6e48acd657378b6f90bb03ad43db59f1de 0.00 MB 1 0
50,856 50,856 00000000023d308ac50325d365df532577a836af9768854c198aca7aa3ebb017 0.00 MB 1 0
50,855 50,855 000000000add48e06d682342cd9d77ebb7cfd578a7eb8a3812a2bd536dbab5db 0.00 MB 1 0
50,854 50,854 000000000ddb2e9ad6262849efbb1e1fa1f220f2239e15d0fc39dcec79d66f25 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.32 GB sent, 98.30 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.