Memory Pool Memory Pool Refreshing

1,429 transactions (0.37 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,136 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,417 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,135 (872,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,085 37,085 000000004415f9a40946b2dd72d3bcc14f0b9b977986edd984b6def942c2d919 0.00 MB 1 0
37,084 37,084 00000000491d74fed6eb7ae36c7c218853cc12e7ade0f4b9d8ad2a5686c85541 0.00 MB 1 0
37,083 37,083 0000000068cb8a020adbf5ee6682c784c9dee7202eb81f3dae9283e9c96064c7 0.00 MB 1 0
37,082 37,082 000000009ddeaf98bfc455be022fbbed306d58abb870a3198c9e2e0e8bebe24b 0.00 MB 1 0
37,081 37,081 00000000b2abb39b58df3101f3a1c4c3639ed14fdf0734b95ab292cc2a15b98e 0.00 MB 1 0
37,080 37,080 000000000c5f0f34df079c8557789cd87ab75407f28ff0123a1bebe44c8f7beb 0.00 MB 1 0
37,079 37,079 0000000085b7233bc01fc77df5686d133b3e5eafbf37a57e07c2faf89c6ac05d 0.00 MB 1 0
37,078 37,078 00000000adc9a23158ffdbd75eed3b25ab6994d8344de94c35e1279f3b982657 0.00 MB 1 0
37,077 37,077 00000000700895be2f2dbad370100a6498c46fbe45aaa6e821e26017a774f17b 0.00 MB 1 0
37,076 37,076 00000000199229748d5e5b291c4d0af2ee6f1debca9ccd5bc45caddb8771f09b 0.00 MB 1 0
37,075 37,075 000000009bcb3b3d8f450d02000f52963e065246a75429ee6e0723a7d1be263f 0.00 MB 1 0
37,074 37,074 00000000a624f880f7376ea3e19383f6f2b3415a5fc9d249f490f1d5e8ddd211 0.00 MB 1 0
37,073 37,073 00000000a5ad3c6bac6f7868c4bc847da03b40022ad4bb0e4e29ec3e5fd8f93c 0.00 MB 1 0
37,072 37,072 0000000077b5ba64c0f8d397c008dffdc908237285816537bf59d032dffb1490 0.00 MB 1 0
37,071 37,071 00000000b15af083cbafa7dd4165f32f700252133aaf8af220947f48a0dcadb7 0.00 MB 1 0
37,070 37,070 0000000046100ebc1a7bef778a0d8368bc7be9e861ae150072eae1fccc722a3f 0.00 MB 1 0
37,069 37,069 0000000072a7bfa17097c50ebc35dcb8d9cb3ec3c12e173c7cd7d4a4e6462a5d 0.00 MB 1 0
37,068 37,068 000000007eda49fb99da399aff49419f596b3c2d08f5d753aeea2e75d36a718e 0.00 MB 1 0
37,067 37,067 00000000357b4b9e44e2046e7804b4f1a2284c80eac74e292eac921dd875a5a2 0.00 MB 1 0
37,066 37,066 000000007e608e558066a4f0f27109a8be435e722f250a7fcedcb604160ec59e 0.00 MB 1 0
37,065 37,065 00000000bc28d0eac2f7c82df1e6389952db57a14a3fbaa154d5199024c8f768 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,951.53 GB sent, 106.57 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.