Memory Pool Memory Pool Refreshing

3,668 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,000 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (849,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,133 59,133 00000000017d79321153adf7af32a4b632bf3682ef3f992f4f58f8e4c09c8c2f 0.00 MB 1 0
59,132 59,132 000000000e81e7e5839ef0724e974b420be138a80ad4b99f66ccdf500d2c9516 0.00 MB 1 0
59,131 59,131 000000000992c3598dcbbc6749fcb8075eedb1fdd9015c995d293341f8949909 0.00 MB 1 0
59,130 59,130 000000000f4621114758cb17410ac231f456c35a1d4de58acdad274cb4aa9316 0.00 MB 2 0
59,129 59,129 0000000007c02b22fa3193dee2c7be7359e92d7ef20e576de8380a65ebafe74d 0.00 MB 1 0
59,128 59,128 00000000084c672a691ef1a4660a5478ad97590190fe0f998521bdeedae8c481 0.00 MB 1 0
59,127 59,127 000000000bd61a5c80f6095654c0dc65a61e4ee92277845ff0afbb247c07e150 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.