Memory Pool Memory Pool Refreshing

3,825 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,542 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (47,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,813 859,813 0000000000000000000110dc18f320471591d45c70d253dd2ba624382c2c99bc 1.70 MB 3,263 7
859,812 859,812 000000000000000000015802b272675adfa46f49720d75833ab4f4f15adc5912 1.55 MB 5,855 3
859,811 859,811 00000000000000000001435d0fdeb399d580a0c8c20b381329996d544639b354 1.56 MB 5,164 3
859,810 859,810 000000000000000000027445773a086f00fb844ba6f80c1152cfd96eef074648 1.66 MB 6,576 4
859,809 859,809 000000000000000000002417ac20f1f56771b25543d0382baed561f687788145 1.65 MB 7,846 2
859,808 859,808 000000000000000000015922f4fea7c7e98baaa089b24a152aa41ea6c82f6b86 1.58 MB 7,649 2
859,807 859,807 00000000000000000000701dc03d5737c99cfaa249a462587b0dbdfada798492 1.85 MB 5,466 2
859,806 859,806 000000000000000000015d7a80527d885a1cb6623abb9fcd6a44bd3317b05581 1.61 MB 3,612 7
859,805 859,805 00000000000000000002b947f27f18003ef44d8e849ffe76c05dbbb9c52e783d 1.82 MB 4,320 5
859,804 859,804 00000000000000000001dbe53e594ba8df857a0f9c553ed00c4707f1f4027b2b 1.65 MB 7,579 2
859,803 859,803 00000000000000000000e669322696eb22f1922c30e02738d16369d394546322 1.64 MB 4,462 5
859,802 859,802 000000000000000000013aae997057ac17ade7a0473033db1153a134931fa556 1.64 MB 6,602 3
859,801 859,801 000000000000000000011d355450891039123e0c7140b1f4af328e6b742e671c 1.61 MB 7,468 3
859,800 859,800 00000000000000000002ae245707479783cc138d67cccdca954731d904883128 1.65 MB 6,562 3
859,799 859,799 00000000000000000000944279ce2f639b5b35227cfe605b1bd10c39d1f03196 1.63 MB 6,017 3
859,798 859,798 0000000000000000000127203a884d559c41b66076a2d33f636f8dfb4122173c 1.61 MB 6,624 4
859,797 859,797 00000000000000000000e7abda2bca8012bd166047d74b1d5ed4d942b04d5acd 1.56 MB 7,695 2
859,796 859,796 00000000000000000001262f645a8151902c2135440aca69903a5b955f14f79e 1.50 MB 5,351 3
859,795 859,795 00000000000000000000faef5d7dd41560d6c476a1224b707f724ef57db79dd4 1.58 MB 2,813 6
859,794 859,794 000000000000000000030cefb0ba526a1c2cfe3fb490ad4dd4c93d5cf7746d3b 1.62 MB 6,314 3
859,793 859,793 000000000000000000025086332d01370678c4f0f051e5b81cab6bbc6e092bdb 1.61 MB 7,485 2
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.