Memory Pool Memory Pool Refreshing

6,847 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,093 (875,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,497 32,497 00000000bc55e11c110c75b63dcd8ad2856128226359e8e584379438d8c88b58 0.00 MB 1 0
32,496 32,496 00000000341122c413e6aa22279b231741fbf73bca4d66a411c43ab35f290b34 0.00 MB 1 0
32,495 32,495 000000006a000f2436f591b199934c811ce669c3a10fefe24963c8f5f86ae27c 0.00 MB 1 0
32,494 32,494 00000000c1620899275be67c8bd8101c6b04cf3dfbf2b2af71b77db2f9d8f06c 0.00 MB 1 0
32,493 32,493 000000005c9b47c0594c634260bd7d6396dfd58af4fa29a79684fa8d883712b2 0.00 MB 1 0
32,492 32,492 000000002a5e0e6632429eb0d84c7402d4fa8e166a3eeef6c7ba2ad223a09fcf 0.00 MB 1 0
32,491 32,491 000000009acb1df9acde4d8cd28e1e16c5b9d2b41782903c635d3def1d92ed83 0.00 MB 1 0
32,490 32,490 000000007d3ce69c3b6ce81fa8900b1bd8c15e10b859ba0bf1cf4ed7fcbe51ef 0.00 MB 1 0
32,489 32,489 00000000827b23e7fcdd7fd189c7c61224542d98921e5f6a28e9e5b777b9db69 0.00 MB 1 0
32,488 32,488 0000000089d072c7ab2e22149dc947138d53b1aba8780bcdb65e6f3e7e280196 0.00 MB 1 0
32,487 32,487 0000000006108b8f189bc1d19d53699b8dd39523c44bbf5d74b84451d9698ec5 0.00 MB 1 0
32,486 32,486 000000003afb2192f03d7f10630b66c32473aaa075ad3cd8141f94114ce0bcc0 0.00 MB 1 0
32,485 32,485 000000008920aa348ef8c1bf2029a2217b671bb4d8de6c22304b4e3c1994f6f9 0.00 MB 1 0
32,484 32,484 0000000067d5cc3ca939f5cf70aab6ef2081e8346d943c206363ddd8c27baa37 0.00 MB 1 0
32,483 32,483 000000007a2e41941856d6d436f14bc01e9661cb7b4af396d265d8be35a74d8b 0.00 MB 1 0
32,482 32,482 00000000bb73cadc526686568d5605491ae4127d89495c0af61f28c9f73fb6c3 0.00 MB 1 0
32,481 32,481 000000001ce57a0e396e938e0f0a34c7f0650c9edd88baa00d7be6ec4e7a446a 0.00 MB 1 0
32,480 32,480 00000000a71dc84e4563af74168f39772f9539a2601132472c20592f1a3c2c10 0.00 MB 1 0
32,479 32,479 000000001c02299adcae8bac76d155310f661a9c7240a2766644ab7de8b98c25 0.00 MB 1 0
32,478 32,478 0000000058914f9874379a0d26d144c228a78234ab2aea3295114c8eebb02ac4 0.00 MB 1 0
32,477 32,477 00000000a36dc71f69f5d94e229f22ba5b76d26afdd70a71d66fa577d60c5062 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.76 GB sent, 96.51 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.