Memory Pool Memory Pool Refreshing

1,872 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,857 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (769,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,800 138,800 00000000000000ae5ab37a400b402db68422d3b315ed65717a950f2016f63af6 0.00 MB 9 90
138,799 138,799 0000000000000355316a48a807d99678f1102a21360c17026b94da3fa12ef9b2 0.00 MB 16 707
138,798 138,798 00000000000005c2e77f158af99c6c7a878efc2870e9f690dc20b1bf208c47be 0.00 MB 11 0
138,797 138,797 00000000000006f7a90870771c44a9ef779988e9a8fc445cfd590dfff7383c9d 0.01 MB 27 295
138,796 138,796 00000000000000d53287e8b392eeda2e5451ab652822245d546fc499cba85066 0.00 MB 12 17
138,795 138,795 000000000000072b40913f53afc038a1886889b35163599c2e6fe2bce059e00f 0.02 MB 55 247
138,794 138,794 00000000000004fff1d9b0e940648ec6cc846486af9f383219323ea4565bd934 0.00 MB 11 54
138,793 138,793 000000000000068eafc3ec988c8c60a1e09967d4500f0ef03baf6645fcee6548 0.00 MB 11 0
138,792 138,792 0000000000000574cc4e279dd130b36b52c2f1bd74a8b6180bf3f7a6e64a2fa0 0.01 MB 14 20
138,791 138,791 0000000000000200a3abb2f8feadda12c7a9f9635299fdcabd327a6614a93da7 0.08 MB 223 172
138,790 138,790 000000000000092ea4334adc6142cfdc8f9ea9b5ecbec27158cf38ca00bdbcf8 0.02 MB 63 189
138,789 138,789 000000000000019cef1f62e116803966b90bdd88967c23e75d05283d972a7a57 0.03 MB 68 469
138,788 138,788 00000000000005b1e6448b79d2a9443d71f150e7a1095021b677c2bfa612037f 0.01 MB 20 56
138,787 138,787 00000000000006b2b2d31a92d325730bf6ea0a615411cf7c8ae0193e148e5ca9 0.01 MB 17 99
138,786 138,786 000000000000045646066148168881a0c92395fa568c46d00bc826ef087ebb12 0.01 MB 27 61
138,785 138,785 0000000000000571698647b5aec8a4780c42a054fb959beace2dbfd418b72c6b 0.01 MB 28 329
138,784 138,784 000000000000081abbe3e16ef3995ada6d0d6f644eb597eebddef188a4223dbf 0.02 MB 35 609
138,783 138,783 00000000000006bead95c5dd177e82b2806da68e958f43d6a30db16aa5e7fd6c 0.02 MB 53 113
138,782 138,782 000000000000032977254c519a811019059d4cfdd23ec97c41df40f2b4973368 0.00 MB 5 502
138,781 138,781 0000000000000836d5eec56dd49dd8620da3d2570ece5fb5717e7058cd59bd60 0.00 MB 8 169
138,780 138,780 00000000000002abfc2feaf9aaf02273557c943074d4f40dfa2d97d9a1aabee3 0.01 MB 22 75
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.