Memory Pool Memory Pool Refreshing

13,496 transactions
4.78 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,983 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (4,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,012 903,012 000000000000000000022242f703d443ea1d9203c9b88f5bd9795c573eba09b7 1.47 MB 2,602 4
903,011 903,011 000000000000000000016bd958dc0395d597a929682d7851aa1dabc1dbde310a 1.65 MB 3,662 2
903,010 903,010 0000000000000000000004d8536c8640391fd5cbd213a41654e01fe0af6556ff 1.84 MB 2,851 2
903,009 903,009 00000000000000000000642e8317fc2b86554f82705f94e36b8149f88387be2d 1.58 MB 3,526 4
903,008 903,008 000000000000000000017272c88b2e2cab6f2ee8df7347a1328e52f25ffd01ed 1.86 MB 1,685 1
903,007 903,007 0000000000000000000223064b28c38416b0f3d9ffa01ede6c1d80c4c8c131ed 1.90 MB 3,866 1
903,006 903,006 0000000000000000000048d5eb2a8cffcaa75dac6afb120f395e0def623aed9d 1.67 MB 3,233 3
903,005 903,005 000000000000000000006467e54eb05879622304f644c88b5020cf353774411a 1.97 MB 1,881 1
903,004 903,004 0000000000000000000155d6c8827778fa66c2da96e4996564fac5a801b12f43 1.90 MB 3,498 1
903,003 903,003 00000000000000000001f658d76364c43d1370f9506b90c4c6ab14f370c6a1c7 1.68 MB 2,661 3
903,002 903,002 00000000000000000002272dec848796f97deb5ff6dee3913845fa62ffe2b3a3 1.56 MB 3,297 4
903,001 903,001 00000000000000000001961e2b1511016e73a635c8d49146f2ce3b5292f62fe4 1.94 MB 2,823 1
903,000 903,000 000000000000000000000f5626cd98565dd189dfa30d037f8a36296df5221985 1.66 MB 4,143 1
902,999 902,999 00000000000000000001aab078a41c533a4638b3c719b8da6fa0c5a375e21800 1.63 MB 3,193 3
902,998 902,998 00000000000000000000c61114369447611f9fe2dbc99d5f44e5db423036ee75 1.77 MB 3,939 1
902,997 902,997 000000000000000000018612d438ba1b0c0d124a8bca2d3a05c3d87c8e06e512 1.69 MB 2,942 2
902,996 902,996 00000000000000000000a4359cc88016a1f8eebb15c631c17e99180f2330f453 1.68 MB 2,841 4
902,995 902,995 00000000000000000000dfc4c1756a71ba500d8ad1e0f0bf2238fb6f64bf1b28 1.75 MB 3,466 3
902,994 902,994 0000000000000000000234b3bc675b289c1642599756fd20c3deca33a9418342 1.80 MB 3,897 2
902,993 902,993 00000000000000000001fbef7bf344cf0c51ab5e5f30fa9526d4a69e1fcf773f 1.61 MB 3,535 5
902,992 902,992 000000000000000000019f0829fe5ec55f3e4141bf7ac6b47895e6475da4affe 1.57 MB 2,673 3
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.72 GB sent, 93.00 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.