Memory Pool Memory Pool Refreshing

17,533 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (234,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
672,824 672,824 000000000000000000062667d03aeca03f8eeadba9a936c35db0ced37673e90c 1.31 MB 2,950 86
672,823 672,823 000000000000000000054d89c0728d0345197f2e7eb35635aa301af15efad37a 1.33 MB 3,275 138
672,822 672,822 0000000000000000000c284f350076437fe8127149cc00e3719f253e8f5f116d 1.33 MB 1,515 34
672,821 672,821 000000000000000000065cbf64161b86fcc759289f57312f2d88e09019963ef8 1.19 MB 1,665 24
672,820 672,820 0000000000000000000b88cad26d9fa770a0fb8f59958ad744cf3340e49382af 1.31 MB 2,912 86
672,819 672,819 00000000000000000003c6cf4eda197462528d829d090c926b8aa1d318f04451 1.16 MB 1,415 85
672,818 672,818 000000000000000000084910113a6c251c10ce4d318bb4fa379280fa5f8a00cd 1.18 MB 923 123
672,817 672,817 0000000000000000000a24c35c78380213682144c53dc2e53542c7b1e5a335ff 1.23 MB 2,176 33
672,816 672,816 00000000000000000009c8c02aa89630c74673307dec5bd4be71df2d137c2548 1.29 MB 2,738 77
672,815 672,815 000000000000000000093675cf253aad234d50d5fccb5dd4d7008e78db13d123 1.21 MB 1,990 140
672,814 672,814 00000000000000000009aa3489fb7a2564cb51acf9de03aaa2c09a7c98a0086e 1.20 MB 1,798 39
672,813 672,813 00000000000000000003c7c198d1a3ad9e00b0c231f89f8c7525e59efdfd8b8a 1.28 MB 2,198 54
672,812 672,812 0000000000000000000016d19fc19bf026415f2187b53531662e3e165824342e 1.36 MB 2,692 96
672,811 672,811 0000000000000000000875a55e46a7873d22fbaecae551e2b7e5b5d993562f19 1.16 MB 2,680 59
672,810 672,810 000000000000000000011b6a37d92f54453f1409c8d940a31d02ac2403b7603e 1.32 MB 3,052 96
672,809 672,809 000000000000000000061b1a8de132203f22e61e07bd211f9251172f5076f2ef 1.32 MB 2,509 90
672,808 672,808 000000000000000000048aa98b8f5dc143b7eb88e3073298adc0c61f7d94e0a9 1.37 MB 2,751 121
672,807 672,807 0000000000000000000142fbde1a585c0b764ae39fc65d53ed9edb432b41c5eb 1.22 MB 1,060 121
672,806 672,806 0000000000000000000947b743524e76d0f43a1ff549f4ac3b1c5684365d52fb 1.28 MB 1,405 106
672,805 672,805 000000000000000000040392e0f1de46d0537eafaa4212074f206e80c99cd7d8 1.30 MB 2,838 135
672,804 672,804 0000000000000000000666944ea8f811b453e8687f3acb613ff20ec0088ac43c 1.25 MB 2,034 44
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.