Memory Pool Memory Pool Refreshing

1,551 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (899,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,124 9,124 0000000096e0727225066eb269b7a755ae641168f919a1a6d9e2838f641e70d5 0.00 MB 1 0
9,123 9,123 00000000c12a769238ea24d69091d0bb501cfe00a7fc1d69c8379435a92bb908 0.00 MB 1 0
9,122 9,122 00000000d4ff8c141c0b6ddab614cced66667ed7e37116f135ae90258a2e0867 0.00 MB 1 0
9,121 9,121 00000000819d198eb8ce9df3d5ddba6ee710cc637e83d5d806dbb541ebd85445 0.00 MB 1 0
9,120 9,120 00000000a991eb99233461c8f4462aa648e9415a44d92878bf6f605ff26a8a27 0.00 MB 1 0
9,119 9,119 000000004a0bb4b37415e5ff3b37a4102545d867d74f12eb075548287b793569 0.00 MB 1 0
9,118 9,118 00000000b87c684ff1b276a2229185173d0d3ddefc3a362a70916d6ab1e5696d 0.00 MB 1 0
9,117 9,117 00000000d25fe039786e03cee53399b5b30b58d6baa8262cf0afc373a25001c6 0.00 MB 1 0
9,116 9,116 00000000e5bd16bca68d5226199208569c78fd941e836e72280809d5e9aeef57 0.00 MB 1 0
9,115 9,115 00000000e73b55fcda1037814a85e0779ac13b0936c1f22926c9fa0ef766acef 0.00 MB 1 0
9,114 9,114 00000000b22ba847638a63488558753ffeb6d32bd4f373443544c73afa54a1f2 0.00 MB 1 0
9,113 9,113 000000004b23d8bfe2c7f7c631bd6080ac46d7b3460a848817e6d7755dd1ba89 0.00 MB 1 0
9,112 9,112 0000000070e7c2095f3e9d63e095b55bd48df7610b9dddaebb9309568c84c675 0.00 MB 1 0
9,111 9,111 00000000acf14366ae6b071ad62a7bcaaab52b0ace43ef6d885a7f03810b81f3 0.00 MB 1 0
9,110 9,110 000000009af8de91bef6ae9429a7d89adfb9add1ec95ba6ec60cb68f892e9d27 0.00 MB 1 0
9,109 9,109 00000000214185adcb87251b784a387d4fba403de35f6ef14a8d907f13de762f 0.00 MB 1 0
9,108 9,108 0000000021d6651dc8d9efbd9c123934a4e95cb4e788b28d3c6e747ef85d5873 0.00 MB 1 0
9,107 9,107 000000007b187435685ef25ee2e9362229fa73faf0a8ad0638bce02562bdc7a2 0.00 MB 1 0
9,106 9,106 000000001be17e3d17a0a259fab0a275b1614909e56bcac9719318c300f82d1c 0.00 MB 1 0
9,105 9,105 00000000eb5d25e4d3dbf0ccb3867c2b34a6e3931d143b7d750503ed506b3832 0.00 MB 1 0
9,104 9,104 00000000348a6c03161a7b7c036f52689d07552bb6dd4c2b3ccf018f2a76627e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.