Memory Pool Memory Pool Refreshing

5,467 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,851 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (462,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,167 445,167 0000000000000000016cf303bccd593c1feaf53b177fc76497289370db42646a 1.00 MB 2,177 70
445,166 445,166 000000000000000003840d5dc00bfd3f24068c63700ca037433700d6d08e5d14 1.00 MB 2,579 75
445,165 445,165 000000000000000003123259e68009b5d23b2bddb3193f1fba7396cf59e7910d 1.00 MB 2,145 99
445,164 445,164 0000000000000000003c52ad03a94a8da08e2bce3c76430d798fba39d1083ff7 1.00 MB 2,110 68
445,163 445,163 00000000000000000005546a59fcc5f489a6f0ea15111a137ebc9be21b646b8e 1.00 MB 2,579 93
445,162 445,162 000000000000000001bfb4c8427fd5d8256d899d60411c339c52b1c87e6df049 1.00 MB 1,608 118
445,161 445,161 0000000000000000034a8dca7fe1801ed65e03aaeff94eeb34236cda2808f19d 0.08 MB 175 70
445,160 445,160 0000000000000000028907ba1fd6f492cdccfd0be79d11c6c43352834964378e 0.60 MB 929 46
445,159 445,159 00000000000000000185ee972011605697340a4a4fa8ba778a93bc61a95dc315 1.00 MB 2,823 90
445,158 445,158 00000000000000000153e83f7511f8b104912bc578ad69d5ee5f138bd418a4cf 0.24 MB 448 48
445,157 445,157 0000000000000000018b0b776051b6f14f52cbb66b99d45123282de5bb22e419 1.00 MB 2,477 84
445,156 445,156 000000000000000002886b7a88866c165e149ce7edf783d1b3d08fe89b6e320f 0.87 MB 841 30
445,155 445,155 000000000000000000d574047e69c004e788881ec3d6dc4f8e268843f3d5b5df 1.00 MB 1,794 50
445,154 445,154 00000000000000000062666da10f0295b9b92624ad7db0f85dfae8a3e4fa2f27 1.00 MB 1,865 66
445,153 445,153 000000000000000002da715abf2278f0e827a600fe26ba1a3b562b91114ac696 1.00 MB 2,138 86
445,152 445,152 0000000000000000035d6269dc8d4772081b25bb7b6c22db2b37f9ad5ea7f51d 1.00 MB 2,784 80
445,151 445,151 0000000000000000005de8d22abf270808712d0309df926ff6a3f30504dce13c 1.00 MB 2,269 85
445,150 445,150 00000000000000000299498b14f69e98e98f7c9a03073be2c4af06ef77d0390c 1.00 MB 2,228 92
445,149 445,149 0000000000000000004ca011839eb370a6417b617e44699eb74a38c3ae1c6d83 1.00 MB 2,187 107
445,148 445,148 0000000000000000004a72ba8cdc7e5ec34ead791797e77a4ab764b62ed3b013 1.00 MB 2,576 75
445,147 445,147 000000000000000001d510f70cf75d4131bf864aacdecd6f911f1a2a9ddfff4f 1.00 MB 2,664 90
Previous 10 blocks ↓
Total Size: 769.21 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.56 GB sent, 94.01 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.