Memory Pool Memory Pool Refreshing

4,651 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,580 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (631,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,325 276,325 00000000000000034e5ea60d7e3da2c52583f8fd216f3f477e0df6916000b5c1 0.10 MB 237 44
276,324 276,324 0000000000000001d05175b153b0524808e624cbae93354b0aa0edf6d1bce9f2 0.17 MB 383 40
276,323 276,323 0000000000000000df8f9909b66aca31f06cbdd62e9d517548e6e8a9ef78c926 0.16 MB 312 44
276,322 276,322 0000000000000002b2fee5fedc108aaac5a1f1ba66ef90d35e9a1588a14b081d 0.11 MB 127 17
276,321 276,321 000000000000000288c73b03df155ba953cce8c48b1a402086a11d54d2a9e3b1 0.07 MB 146 42
276,320 276,320 000000000000000266cc60882ca8b61b9702b24663729ed076c55787d5c48edb 0.25 MB 406 30
276,319 276,319 00000000000000010c63c43b1b920097ecac15c887eae20deb6d3aea5ef5135d 0.25 MB 693 63
276,318 276,318 0000000000000000648d2fee1f868f9ab76e1c05294119469b64cab942ae099e 0.28 MB 653 47
276,317 276,317 0000000000000000b70f900c6273319ab3e4f613068e52b36fa789db7f4fa241 0.10 MB 375 43
276,316 276,316 000000000000000232cbfcce2d8e20c8475cddf1f641474e5b8ea8acd9534a87 0.15 MB 138 16
276,315 276,315 0000000000000001cf21ac89a3d4b7be89d58bee56581842e364c34cf46741ea 0.25 MB 597 48
276,314 276,314 0000000000000001c77edd07e5584b7b59fe735406d635d25e573d3546453709 0.01 MB 14 18
276,313 276,313 0000000000000002afc6c0fdcf26c2cf71853d79ba0ca21adfe8f84d646b3f4f 0.01 MB 49 43
276,312 276,312 0000000000000002cebe96ff02a41ba8d062180def832f15ee0e86e4ae994eea 0.20 MB 412 44
276,311 276,311 00000000000000023b217fb112f0f7b555398ec5657f4ae7b892670aa94647cb 0.02 MB 22 66
276,310 276,310 0000000000000002496c5d6dec37d9ccbe514d991016b9df5b7e060f9b4a49e7 0.07 MB 134 47
276,309 276,309 0000000000000000983ea5d43f43e9df5b30fb494807c95f8adffe57df68bc12 0.14 MB 319 52
276,308 276,308 00000000000000032fb1f84d6f9743a396a2cb23121e905757b085d5a70c30d3 0.03 MB 60 36
276,307 276,307 0000000000000002880d55645fb0cdab8b5b1e3249bf110658f97314c8e4866c 0.04 MB 107 64
276,306 276,306 000000000000000303d8da624508cdb6448ad165ae86dc5c81658507677edc44 0.23 MB 487 38
276,305 276,305 0000000000000002b00449f3d9598cbdc9404c8e9227b082d478152bcb5176fb 0.21 MB 113 14
Previous 10 blocks ↓
Total Size: 769.21 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,634.49 GB sent, 93.99 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.