Memory Pool Memory Pool Refreshing

1,085 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (583,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,815 324,815 00000000000000001012e9ce7476fd3e023c890b841307693e9a852bf541cb0c 0.26 MB 509 29
324,814 324,814 000000000000000010eee27f2fe2c1ae9c217f06b0722dc6a766780c4e4f8dba 0.03 MB 45 16
324,813 324,813 000000000000000011d34f6e4ac63b3b51ffcb655cbbf9c0fe4567f5cadd5df7 0.33 MB 636 28
324,812 324,812 00000000000000000bd27f6960abba6be32a89557d4e377d0f189efaa7439c6e 0.17 MB 198 21
324,811 324,811 000000000000000017801904d948a6ab411cfa2df7dd79e5895979a070c0f157 0.05 MB 112 28
324,810 324,810 00000000000000000bcd4d885bdb48a5b4ef5f26ebbbc22f3909851651ca975e 0.00 MB 1 0
324,809 324,809 0000000000000000048642182d1924bed215a8305401d5d50aca6357d7e983f9 0.07 MB 131 31
324,808 324,808 00000000000000000dcc021d08ea36246cb0581b1ce7d24c973b44e87eb08105 0.15 MB 265 29
324,807 324,807 0000000000000000106cfb4bff11772d9d459e585fd3cc0b7097060148dc1ffe 0.03 MB 44 17
324,806 324,806 00000000000000000a8a0ac5487687cedf71a9a257b9901aceb96e2cd5ff25fe 0.63 MB 1,281 32
324,805 324,805 000000000000000005438d02855c8a7128cef5df1e8733cd86d0b32bfd229f92 0.17 MB 299 25
324,804 324,804 0000000000000000111ad7dcf0884d35429151d95208796d7413573096121d6a 0.07 MB 178 34
324,803 324,803 0000000000000000030ba9d56dcc80ed86bf20a33ba9611d087f5fa2bbb238e1 0.53 MB 912 28
324,802 324,802 00000000000000000c05250c72ccda44c616bee1e307ef23ef82ccffd57218ca 0.60 MB 1,110 54
324,801 324,801 0000000000000000051ecfb01ec844584a834c4ef5af13b827d85d07063f7602 0.12 MB 254 29
324,800 324,800 000000000000000010392b73297a529842eb85491b27e4f82adbc06ea1ae75c4 0.25 MB 613 34
324,799 324,799 00000000000000000c5a28e06a8f79ebc0420d11c2e8781f002ff13dc1ac41c8 0.09 MB 231 33
324,798 324,798 000000000000000009c628d8e6d97393a8dcd002ac7282756fbc77c0ad53f264 0.22 MB 424 30
324,797 324,797 00000000000000000a7d0e9499eec2f896b2c87b536f09195e868bc0999b28f9 0.03 MB 67 31
324,796 324,796 00000000000000000ad504dd58723e784136112d7618af7d1be4dd42c860d842 0.07 MB 131 32
324,795 324,795 0000000000000000142c88e373cad08353f5c40584151f8bca6741dd82a7cd1c 0.06 MB 142 30
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.