Memory Pool Memory Pool Refreshing

3,408 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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
907,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,033 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (15,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,341 892,341 00000000000000000000512014cc8612f5e456db9153b6e4181aadc9934a1204 1.74 MB 4,172 5
892,340 892,340 000000000000000000001b6108a6ae43570dfcb694f1ee958a8f2e836f26ebd8 1.69 MB 3,608 7
892,339 892,339 00000000000000000000b7db61839c114095ad2695767634cade07de89ac3afd 1.60 MB 3,468 2
892,338 892,338 00000000000000000001392fafab87cf76f12a060ce1b7e3583211a989d0e4da 1.77 MB 4,281 4
892,337 892,337 0000000000000000000057aac5f21e20cd1866e9fb9b632e4f0b715d3df4ee55 1.74 MB 3,453 3
892,336 892,336 000000000000000000001f96e857aeb8926ebcb3def7920b6655cc380721dd10 1.71 MB 4,115 2
892,335 892,335 0000000000000000000050a29f7b70c9f009dc6236e3f2e139ba17c2bd93a29d 1.76 MB 3,160 3
892,334 892,334 000000000000000000013bbc4864008509060f9ebf286699777b67fa26d46530 1.67 MB 3,081 5
892,333 892,333 00000000000000000001a1db900d9ce095f4d555f1e80f9423ea00edd6a20bc4 1.67 MB 3,488 3
892,332 892,332 000000000000000000005842e30a61953b4ccd3ea8e7f759404ea32305739b64 1.59 MB 2,984 6
892,331 892,331 0000000000000000000050028fd9a34fccf4ce41dc19ef7d215cc098bb0cd282 1.65 MB 2,992 17
892,330 892,330 00000000000000000001b055e7ec1ae71a1486ea9fe736a0ba95134af767d826 1.48 MB 2,960 5
892,329 892,329 0000000000000000000079fd9607cfee5dd39f1bba7154314e089ea4edcd213c 1.71 MB 4,146 2
892,328 892,328 00000000000000000000f8ccc8a0d760c8e4249fee4697a89c1abf6104dcd156 1.74 MB 3,906 5
892,327 892,327 00000000000000000001eadc9f697de7fe2453b154ad33bae2bebae4b23ea626 1.77 MB 4,166 1
892,326 892,326 00000000000000000000ee1606a2da6026c7bf15a4b98edc4a9da5f9f86c3c27 1.73 MB 4,536 3
892,325 892,325 000000000000000000015769a9f81d96341d07659736da879f3b5d2b881aa323 1.71 MB 3,811 4
892,324 892,324 0000000000000000000158877bfca8d4046155cdee8cd6f548d8471c3cf8b9ed 1.77 MB 2,982 4
892,323 892,323 0000000000000000000099b00372c58e86a0f79903693bfdf9a847dd1ba91e64 1.75 MB 3,360 3
892,322 892,322 000000000000000000023efeffb50c3043d1fe14d6c4226b40416a4c88306516 1.92 MB 3,596 1
892,321 892,321 000000000000000000008a9b399fec7fd75aafb654145db81b11a655f98e624f 1.79 MB 4,385 1
Previous 10 blocks ↓
Total Size: 769.08 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,628.19 GB sent, 93.28 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.