Memory Pool Memory Pool Refreshing

10,525 transactions
4.78 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (167,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,529 740,529 000000000000000000004a34603d4929604d0441296c9aa46f55eea705a8f5f8 0.16 MB 329 11
740,528 740,528 00000000000000000005079fc15ded5a6c805786b0436f932bd99e8ed71f52c0 0.96 MB 1,316 8
740,527 740,527 000000000000000000039a66859ba91a9483228be36a25b36a19562a56a6dfe0 1.52 MB 1,187 5
740,526 740,526 00000000000000000001910d094333e36600776614a8b46b381e777da4d94cf9 1.57 MB 2,832 5
740,525 740,525 00000000000000000009376db07c81906a033f79c5dfe527ad8ec77eb5ae9ade 1.51 MB 3,356 12
740,524 740,524 000000000000000000058a8119f91de43b849378599d8ab63ba849faeda54963 1.41 MB 2,642 12
740,523 740,523 00000000000000000000b7bacfda5b95317161d31816804f2333e4b9817840a6 1.26 MB 1,546 11
740,522 740,522 0000000000000000000404b66cb7e08486172402e389b3eaea0bfce4bdd27ef5 1.42 MB 1,192 17
740,521 740,521 00000000000000000006369f1f4f0b2e7a0c5c8fe115dec2f246493bc0b7fff0 1.57 MB 2,858 24
740,520 740,520 00000000000000000004fe134d18547dbbabb4b5001529dc44d6fcb59d34379e 1.75 MB 1,468 2
740,519 740,519 000000000000000000071c8e273f62c7908bbcc97e3084def1ab7d5ac094e633 1.62 MB 1,403 2
740,518 740,518 0000000000000000000645beb83b55ec10c512580f6e506cb29df43a4da95b61 1.46 MB 3,078 14
740,517 740,517 00000000000000000005335b0934e84d9b1b7e65752122d95501bea42cd9ff42 1.61 MB 2,128 6
740,516 740,516 00000000000000000001787df9d807b74594121edc17a81fd033760cb0c0fa9f 1.63 MB 2,640 9
740,515 740,515 0000000000000000000688af39e68c17947a310f7297770a6ceaf0a6a6102b0e 1.51 MB 3,249 12
740,514 740,514 000000000000000000038420ec6d48c5a1de8c8f7d5cd61aa1c90cffb8e29c01 1.50 MB 3,341 9
740,513 740,513 00000000000000000008e09bb29359ea2c083b3cd6e5ef3c2d7e8ba02ba9f14d 1.56 MB 3,400 6
740,512 740,512 00000000000000000006145c50645d8df5071a825209fdc87f91bf0e316bd70e 1.51 MB 2,705 6
740,511 740,511 000000000000000000055ae9a87c4cae455a1521298437ffaabc872eb244df79 1.64 MB 3,099 10
740,510 740,510 000000000000000000081ede3abe4a23a9a8d98626588255131d67a1a6f5732b 1.44 MB 3,070 17
740,509 740,509 00000000000000000000eca2713ea5a79c9fb44c608c68bee2148e6dc7f4754c 1.51 MB 3,414 17
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.