Memory Pool Memory Pool Refreshing

3,904 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,649 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (369,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
538,423 538,423 0000000000000000000b4e14efd264ae673572c8179d4c1aaffc354d460d67df 1.16 MB 2,127 14
538,422 538,422 0000000000000000000d5283b35badf8571dcbec6e50d4c5a4e6b694df796eeb 1.40 MB 2,172 8
538,421 538,421 00000000000000000022a93dc0c478e082ac60efb52a4a3515e268a25ba0aebf 1.17 MB 2,693 25
538,420 538,420 000000000000000000171a06db0446f1c0c4f8f013fa40e2a2608b1ff278be66 1.18 MB 2,648 10
538,419 538,419 0000000000000000000c42c65abe037cc2bec048a7a63ad3415128972daa27a9 1.77 MB 1,391 14
538,418 538,418 000000000000000000043c55a9f1f3e9246aefa0b451ecd5ad440bcc78836a56 1.22 MB 2,668 31
538,417 538,417 00000000000000000014c6c8b55c93ee6252055f7bacd878c9b6b4931594f57f 1.24 MB 2,962 5
538,416 538,416 0000000000000000002964a13db914aa605ee5c9f509873beb1e4bd2c64bb8dc 1.16 MB 3,220 20
538,415 538,415 00000000000000000013dbddaea3b807ebd23e957a5ff3ab4be62a05d26bcd8e 1.16 MB 2,584 30
538,414 538,414 00000000000000000026acff1653243a6dc349182bdd1d755550032a94fc640d 0.41 MB 921 27
538,413 538,413 0000000000000000000f213790826713dbbc18d5ba94f2ed4ec1f9330046abd8 1.19 MB 2,954 24
538,412 538,412 000000000000000000035431c8e6b8e43075cc060d0d139df8251db572ab87c3 1.16 MB 2,840 29
538,411 538,411 0000000000000000001b4b25b122bef8489179c916a64e603eb2a6d9cc8c4001 0.05 MB 113 23
538,410 538,410 00000000000000000006f724d8be492166f21549aee4eac34e8c38299644370b 0.89 MB 2,162 19
538,409 538,409 00000000000000000013a364dc6e3f806ec6d182ee03970ce58f9c7e790c8a13 1.16 MB 2,466 20
538,408 538,408 00000000000000000027b55b2ab8e6d19240432747fedd5585dec3e703a6492d 0.94 MB 1,748 16
538,407 538,407 000000000000000000226abf84d663dbdcbc4dcc61b67ec5c61c557c107e9607 0.36 MB 642 18
538,406 538,406 000000000000000000030d6045c817c2d729ce0a08aa8527a3d2d1f4f4d8a845 0.05 MB 121 24
538,405 538,405 0000000000000000000bb01b7c7481bee1a798faed84903c326ae9468f180796 0.83 MB 1,791 17
538,404 538,404 00000000000000000005d7841b2f085b847977db68f1ad76992ac374e85c9ae0 0.24 MB 450 27
538,403 538,403 00000000000000000010f4200ca13ee4eadd03b8cbd0cdd36613d9e96cbb195a 0.00 MB 4 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.