Memory Pool Memory Pool Refreshing

3,450 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,645 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,796 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,644 (821,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,388 87,388 000000000010601daca5f79983597e5950542c94d12bd64086a9ed3d6e6ba533 0.00 MB 1 0
87,387 87,387 000000000006561286bd87313bb29da28b0f77be3d0cad48686c7e681f415fb4 0.00 MB 1 0
87,386 87,386 0000000000100da65327f372694ff52154df4cdfa9bfcb6829bba1e25a77468e 0.00 MB 2 0
87,385 87,385 0000000000184ea2cd193c7edad4dfc4654febe95253be829482b30d517a458f 0.00 MB 1 0
87,384 87,384 00000000001397b918b824184a75af60d2e17fa769f29b1ea4489477996ea285 0.00 MB 1 0
87,383 87,383 00000000001aff5e089b74d935fb19a86fb9dcdd83f4c1010709243fe3b42542 0.00 MB 1 0
87,382 87,382 00000000000781f04ad404ba2dbd9dec029869a6e33ec80ab419156c03237682 0.00 MB 2 0
87,381 87,381 00000000001afd443b19133759bf6eee1b7dc3aa9142fa9cd057ec60f97efe71 0.00 MB 1 0
87,380 87,380 00000000000ea0a7884c2c08257476e6d133f5a76d686de5fbbfe8d4edd72775 0.00 MB 1 0
87,379 87,379 00000000000916e859b519c557e738b0d114cea6b273902dbde08630b63fabb1 0.00 MB 1 0
87,378 87,378 00000000000d77a28f670c0d2f909ea0f99f84ed46809b4ceb3c7e4ec81cdf3f 0.00 MB 2 0
87,377 87,377 000000000016dc09534f7cfdf95b9b72a9b40583a66cb33ec91054cca6fdc368 0.00 MB 1 0
87,376 87,376 000000000014b8906ceacaf88840f1caf0a1ab4aad485de7ffb2275aa069480a 0.00 MB 1 0
87,375 87,375 0000000000131286029dcdfc76452532d6ef2630f811becb88c3b82a43c7cbe3 0.00 MB 1 0
87,374 87,374 00000000001d5234fabd022100fece79e2cdcd335cbc8720de81f083d4476db2 0.00 MB 1 0
87,373 87,373 00000000001a9dbf56f16d4b1d6bdec5cf368c1bd593fa641ba9ec8de14be9a6 0.00 MB 2 0
87,372 87,372 00000000001d2801a2bdc3b94a2c49efc9eb7e3294cf83db97abb5f95cbc7e5c 0.00 MB 2 0
87,371 87,371 00000000000e1ca2b80012dc9a8092992d72da5271d213f294f25288c4c0d43a 0.00 MB 1 0
87,370 87,370 0000000000032259e196128abfef428a241f8bccd9d0c1ab46a82aec081a5fcc 0.00 MB 2 0
87,369 87,369 00000000001b34c645e0c182c1b8abc5fdb5387f59edbc59650ee77ec133666f 0.00 MB 1 0
87,368 87,368 00000000000b62f7a63a99f6c12ab7ec2e2a9914a51f00ae09bb7309d2ce2ecc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.28 GB sent, 101.39 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.