Memory Pool Memory Pool Refreshing

2,769 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,749 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,280 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,748 (889,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,905 18,905 00000000d9fbdb5b353b08d4e5538f141484b08dba4649df35fc895d07b3889f 0.00 MB 1 0
18,904 18,904 00000000be1b43572b1c9db1d63f1f9ef395cb60c08e44fbf567e75e12ae2a09 0.00 MB 1 0
18,903 18,903 0000000012b37d134be80c586ca8b5e569099c01318031114da4c4f3a5b07be2 0.00 MB 1 0
18,902 18,902 000000006b3a98486c0c2ccee1e4a33976d79b2289313db9fc3a9cf26a1dd6cf 0.00 MB 1 0
18,901 18,901 000000004eeb3c0f12b82878cd8b47c8570e08b3536803a5dc89e038e2ed7601 0.00 MB 1 0
18,900 18,900 00000000023463b3fd0628d957572393e8f4120f1b0c482a6063fa106af5d29c 0.00 MB 1 0
18,899 18,899 00000000b32f4b76d7989caf712e4e0908b7102d7db5551821f4c90b501cc9f1 0.00 MB 1 0
18,898 18,898 00000000abbff3e78052ce0bed8c8062c2c9553153ad866bcaa17f3eb4090d09 0.00 MB 1 0
18,897 18,897 000000000bca41f073c38e8fda5b9586a18e1973d2b39c032862547e509da1e7 0.00 MB 1 0
18,896 18,896 00000000621ef8e6af9d1693a7927527d1e31f2fdfa9be04aa6c7774c3a724b9 0.00 MB 1 0
18,895 18,895 00000000d069cf7e855bb4c71950758d5d07fb48e4e67aa231921035d2603cc6 0.00 MB 1 0
18,894 18,894 00000000dff258e736905994a229e7e8cdec71944574bb3c8bc38e2b9e7ae7cb 0.00 MB 1 0
18,893 18,893 000000006df0b898cbdd077f957263d936d963d26cc6c244e9854cc41e6183c8 0.00 MB 1 0
18,892 18,892 00000000a57f0c7436c9a37fe92d56e713e7b206d7c3cf7c78f10b2e209b3783 0.00 MB 1 0
18,891 18,891 000000008e3e07946ae342b799bd47da4b89c7d913908d2ec7ed7fbb78705ebe 0.00 MB 1 0
18,890 18,890 000000009bdffaf95b01976b515b597a9256381bc6b67b9a382bfef95f5167cb 0.00 MB 1 0
18,889 18,889 00000000e271b12a6b9e120656bbfd7f2c36aaf1ad689d6abbaab98c5adb3a83 0.00 MB 1 0
18,888 18,888 000000004afe9a869b79b503b95b17e97cb206b47b8d4f8fad688d7eb9f1a312 0.00 MB 1 0
18,887 18,887 0000000015d170b16578540eeb6461aa7ac8918ccdddab205f1e60f179e1b47b 0.00 MB 1 0
18,886 18,886 0000000057fb8cfd9cdc6dcdd210b3dad7f96328cdca8653e4d7934c05f36240 0.00 MB 1 0
18,885 18,885 00000000bbca44d62768ab6e1f3629eb3acc20dfe0f4131d0c15c8a013c45a4b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.06 GB sent, 102.47 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.