Memory Pool Memory Pool Refreshing

3,153 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (462,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,180 445,180 00000000000000000233219fabe337a4c5e7486573bb589adfa43a08ce26f8db 1.00 MB 2,370 70
445,179 445,179 0000000000000000002c1ab5da6b69c711fd3b0e35c9e2d72a583edc61df916b 1.00 MB 1,434 72
445,178 445,178 000000000000000002d02c3b272287e0feab5067f78c59d64d63cacbcae54dc2 1.00 MB 924 89
445,177 445,177 0000000000000000012e6fc65f5dd03f759b3fabafd2912fc6d2c2870d60599d 1.00 MB 1,685 96
445,176 445,176 0000000000000000021eed1fbd1e20b0f4d9364d0648bfe607b5a3dbf9178215 1.00 MB 2,106 90
445,175 445,175 000000000000000002d770cea822c0b0210efbe3b5727ece57ff1d01397675d1 1.00 MB 1,844 73
445,174 445,174 0000000000000000003588ca0a663b2278bf2fbe38612c4430d5fa3594bc4b5d 1.00 MB 1,038 90
445,173 445,173 0000000000000000016328f76d7afccaf570be30a054b43aaa04e02fd09679a2 1.00 MB 1,899 85
445,172 445,172 000000000000000001fe0f8972859eb1cde094956bb0b8a0c34490dfb2a5bfb6 1.00 MB 2,407 90
445,171 445,171 0000000000000000003139df095e97a66efa6d6d9c7ade76caf26d3756e29e39 1.00 MB 2,920 81
445,170 445,170 00000000000000000001b0b9af164f3b2c09ff6f99e567df95b3ab112134e96a 1.00 MB 2,476 69
445,169 445,169 00000000000000000336602a0d901a044ea34c91eedbd84da7c9d7981bf9428d 1.00 MB 2,856 100
445,168 445,168 0000000000000000033cad1e0d8fbc7cdaa660f50e7534f488543df1524779fb 0.77 MB 695 28
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
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.