Memory Pool Memory Pool Refreshing

444 transactions
13.02 vMB
Show Random Selection Loading Transactions
Max Size: 52/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,338 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,337 (808,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,881 99,881 000000000003085eb4d7316d668e84337b6f923734232297e62deeda322a0a7c 0.00 MB 3 1,941
99,880 99,880 000000000001bd299241427a999d68c8478961e9ee688e5601faab5d6d4f42f2 0.00 MB 6 0
99,879 99,879 0000000000008197088349193b9c0a72ba711232f1940004c0eea4f13e4de9fe 0.00 MB 12 0
99,878 99,878 000000000001bedd072f2522e026f8bdd45bfe62d5822bb2868de5c39e73682a 0.00 MB 12 0
99,877 99,877 000000000002254b68c49db4af96ab49d5c15ea2ba930e36a752312dd39fcb14 0.00 MB 1 0
99,876 99,876 00000000000372a455bfee5ea255d2ff13f02d1e9dc8c033d372556fe6416e33 0.00 MB 1 0
99,875 99,875 00000000000442eeceab114f1ffa199f0ba4b718a976b8041c3a84b8cf678897 0.00 MB 2 0
99,874 99,874 000000000002c28a63e796fe8774170a0dbed6303c9454fdbec04fc0e376b15f 0.00 MB 6 0
99,873 99,873 000000000001446faec2e38ce1767003fe50eb1302e4546fcaed43fe0990afad 0.00 MB 3 0
99,872 99,872 000000000001c708a7ab4b4d1c3b811c21cdf3c76d9bf80fa135def6bb83f27a 0.00 MB 12 0
99,871 99,871 0000000000037f6c58d5e12ba03577b1cb95b801a18d4a4dc5f4a3aae130996b 0.00 MB 12 0
99,870 99,870 0000000000008a7a6e6df68faed4f17632494f5e526cd503dd8e87ae0e293d25 0.00 MB 12 0
99,869 99,869 000000000001d6d6ac3190dac4e2224c39b79e2ddbe79d124b4dc19e7a9b548b 0.00 MB 12 0
99,868 99,868 00000000000284b15ac5bd3d0db566d7f36db56eb51d5e3c9009a0471ceee846 0.00 MB 9 0
99,867 99,867 0000000000038294870ae93f76c125037e18a50a6b86dd5338daf46bc664bdfa 0.00 MB 1 0
99,866 99,866 000000000003fded7150d89f4fd9a25473118be6703934084b4a1e9be1cede7d 0.00 MB 2 0
99,865 99,865 000000000002a7dd3bc187a32a518a048315c0e52e7aad6179a8ce6c354897fa 0.00 MB 2 0
99,864 99,864 00000000000208caa2f00752a34e44de23687074aed23dec596875560f3b5ef4 0.00 MB 3 0
99,863 99,863 00000000000420d73b51b3a8d93ba036a0a9df8e9840a2caae2dc4f3ddfd679f 0.00 MB 3 0
99,862 99,862 0000000000004bed098594336b09d866457efcfb8cc437bcc978315e0d380a88 0.00 MB 5 0
99,861 99,861 0000000000027734f2a0304ea9b73424002de7cf53f3ea4c7796471127645e16 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.29 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,701.66 GB sent, 98.76 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.