Memory Pool Memory Pool Refreshing

8,211 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,940 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (895,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,801 12,801 000000006a5cf979d10c2a1e1a1bc5d02804722a1ee97d2512a686777c0234c1 0.00 MB 1 0
12,800 12,800 0000000019bc5480b84950863db6812b824ea5db26e393cb2d440d1fd3715574 0.00 MB 1 0
12,799 12,799 00000000a3a575bb8f82a7fc6a1e42abf5805416b9a9a9ba5974ffbd3136e67e 0.00 MB 1 0
12,798 12,798 00000000ffbc3b6502d7df969a2d5546d0fa8a6e72fa69e4e84689d43f093419 0.00 MB 1 0
12,797 12,797 0000000072513d366a25394611c6f08d8f41fad0adca9edb47db2e831a8b6e4f 0.00 MB 1 0
12,796 12,796 00000000ca892c76d4087c625e922b5f29cd2d86a28ade5837400fd4cd2bc70f 0.00 MB 1 0
12,795 12,795 0000000061b723697fe8c9100b1497a3a4555113ffaa8df0aeacf0fc7b79a31c 0.00 MB 1 0
12,794 12,794 00000000733a0f06e23076973e9c5b9b312f7812f6b06deaf91817e2fba19ff8 0.00 MB 1 0
12,793 12,793 00000000539ac18d2f70c5fb5bace49fbb2ae2674376b66264d7f687123a67d6 0.00 MB 1 0
12,792 12,792 000000007604a816e88e6718d75973b398e9a4b1a7a9983b454b9b9b333604cd 0.00 MB 1 0
12,791 12,791 000000003458fd4d9b3e28aac20edae801b4dff58afb7f2b725b5b4ff5c26603 0.00 MB 1 0
12,790 12,790 00000000c26a7ccf17939006d99ec82a0e7a71969015c8b8a3ac6db96b602fc0 0.00 MB 1 0
12,789 12,789 00000000a27ed6594623cd09ca7447937b3e7bb2d02e3a10f66494715f63e872 0.00 MB 1 0
12,788 12,788 0000000008e6b3bb05e2926a840144ed797cf253277bde1a3226a325b3ec85ff 0.00 MB 1 0
12,787 12,787 00000000e97e841507971d6a3bc2a0f7c3058b28fef53fd3004a54ad3d40f571 0.00 MB 1 0
12,786 12,786 00000000ccd091cf90853529ce4e2d0b4eff76f6726ed246d3005405705a95ec 0.00 MB 1 0
12,785 12,785 00000000908b8be26c3e3be377304d96a024fd7bd1b96c599d5e0681dcd64520 0.00 MB 1 0
12,784 12,784 00000000ff53c92b3d71af065bf2c47f3f6de7c613a228e9e2d9206018b23d9a 0.00 MB 1 0
12,783 12,783 0000000079258d2c5d90d2fec683996666b40412a5ee1cfdaf531cc53353938f 0.00 MB 1 0
12,782 12,782 000000006c69735e2538186d7b24be18d91462fcc7be34a0f943eebf8f07bfcf 0.00 MB 1 0
12,781 12,781 00000000eeaf71c004db38811979f8767798ed457648859969dbe32fb0081f56 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.