Memory Pool Memory Pool Refreshing

7,574 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,834 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (849,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,126 59,126 000000000779a3db0d6bd35a6da7adf17d3b8b24d0550537dd26f22d4f241366 0.00 MB 1 0
59,125 59,125 0000000008b9635411a72a4b654698fd25397e4498977a5fd3e369735afa737a 0.00 MB 1 0
59,124 59,124 0000000007d9720d7b95657e8a27eb949b781c30306fc182d354ad57c07e6d61 0.00 MB 1 0
59,123 59,123 0000000004bb6c7a086aecb7b293a3e0c4f3a77e82e5d448dca2ce5ab756d99c 0.00 MB 1 0
59,122 59,122 000000000b16bac27a6d963fa192abf97649c18e7867ca2b8d6f00fb8fd80d18 0.00 MB 2 0
59,121 59,121 00000000080ca33432b24e500c1c0a8ed0a45dd46e9b151796358ba0f84751a5 0.00 MB 1 0
59,120 59,120 0000000007ce3487a3f319793703b8e352fc70302bfb24b2504cab140ff675c6 0.00 MB 1 0
59,119 59,119 0000000002bc38f82e21d18aa36ce8631511eb5068af711aee1cc5f6bb73e27a 0.00 MB 1 0
59,118 59,118 000000000d69ef133f4dbf21870aa75ed25826f165b80e8f445c84ad445ae485 0.00 MB 1 0
59,117 59,117 000000000efce66e75dc2f523c5108dfb5cf35df085c0ca9d40c15bb7ce076f3 0.00 MB 1 0
59,116 59,116 000000000da86629b2febeea08c060984f6fb4ecf5ff7ee872d99c8aadc3ed52 0.00 MB 1 0
59,115 59,115 0000000009a445c94c2c948a63e68f38d4cd50e5466049e72171d73cb753ec48 0.00 MB 1 0
59,114 59,114 0000000005a28e95810f9c83c28bd4af76907dcfb7f32e5ea4844a6538394fe6 0.00 MB 1 0
59,113 59,113 00000000036acb96e66f0c5c3dac9bb95f235420054fa06ac0183c54b2a1e1bf 0.00 MB 1 0
59,112 59,112 000000000769c1f23aeb67391ea77f691ac7e258fe8d7bac28206b902aa21329 0.00 MB 1 0
59,111 59,111 000000000459d8dd8480babc8ea907ad8fb7b474677f1f088fffb6e2e9f635f0 0.00 MB 1 0
59,110 59,110 000000000761637173cfad7565fb41f11fcea834f2828f3723e02975e444d6a2 0.00 MB 1 0
59,109 59,109 0000000003172969a519ae1897e5aab2eec8b424821cb74b67792b268c59c9f3 0.00 MB 1 0
59,108 59,108 00000000093e061e26f1bafe7fd86376eda9af1c9411182d01fcb97851536df3 0.00 MB 2 0
59,107 59,107 000000000c1f3b00bbcebbcabff8f0d0a951cb901ecb2e079574297bd016db1b 0.00 MB 1 0
59,106 59,106 000000000f0f2c6ca8e401f7db919b6c6ec943cc20cfbc201f145421bfcae902 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.50 GB sent, 100.86 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.