Memory Pool Memory Pool Refreshing

4,687 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (391,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
516,582 516,582 000000000000000000491a7fbaba335ec6e25ed568b4bff5fe02e389d21434db 1.10 MB 2,232 29
516,581 516,581 0000000000000000003365d7b347df116a98943c63dd939e0d97b29f8a930471 0.95 MB 1,651 15
516,580 516,580 0000000000000000004681b63db659969555c9cdef292829f721a9ab491234fd 1.19 MB 1,402 20
516,579 516,579 00000000000000000001fc7f8d533fc99f883fd95fb070353eeed2313ef0fa59 1.08 MB 1,883 29
516,578 516,578 00000000000000000031b795c341aff227b84fba308fdc9179ad299633eaad87 1.26 MB 436 6
516,577 516,577 0000000000000000004284ffe22cdbcff819fca5ad258c369880ce92a171b773 1.12 MB 1,443 27
516,576 516,576 0000000000000000001094c71b953be607ab984b4504e9566e81d54c79dee9fb 1.22 MB 754 10
516,575 516,575 000000000000000000488f103e98e9a362333ec2a096f9f0bfb67148529695f3 1.17 MB 846 17
516,574 516,574 00000000000000000015cac0efbd494c7eb54a79385e0750655fc8e31a7a596c 1.14 MB 1,079 16
516,573 516,573 00000000000000000006b0e34666de88a9619f9024d6d3dccf2ab1f3d4ad7607 1.15 MB 1,101 17
516,572 516,572 00000000000000000023874b16dc709c0f91710a5f4fb9cb81fe8d746718bcf3 1.12 MB 2,042 27
516,571 516,571 0000000000000000002406272145deed585c263f20844e79a8d976bd98cbbb8d 1.09 MB 2,125 36
516,570 516,570 0000000000000000000f9858d66a7cc4c241625a015018aec7fbc7210c71dfd3 0.09 MB 151 37
516,569 516,569 0000000000000000001333a3e9df44e8b7c574a96ecb45e5fb5b8faf44d5db76 0.77 MB 1,389 23
516,568 516,568 000000000000000000170d703eae95fd2953f24e802354fe84d4f4d132efe0b2 0.70 MB 1,100 28
516,567 516,567 000000000000000000376f2e4898ff0895ff73ecefe7ef936cb65dfd2c80be74 0.37 MB 373 7
516,566 516,566 000000000000000000129a4d1d61d99a6ee9045763c0fecb0433e2616bc2758c 1.06 MB 1,492 31
516,565 516,565 0000000000000000000097bf55712c8a8315858b71d009bf773f06aec69f601c 0.87 MB 1,465 4
516,564 516,564 000000000000000000036bcb7191e2552339e42e0175971d0a64d63e274f7834 1.11 MB 2,175 8
516,563 516,563 0000000000000000000dd0ff1028c254e69cb00e05ae69b53cfaf61831f464b8 1.12 MB 2,107 52
516,562 516,562 000000000000000000401d4a8af27ccf1bcddd8897675b8d61c37b43c7d30401 1.26 MB 2,520 5
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.