Memory Pool Memory Pool Refreshing

5,501 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (552,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,295 355,295 00000000000000000bd2eaaeaa37dd3eaaa0d785241329c49491f1353250b3cb 0.09 MB 107 11
355,294 355,294 0000000000000000003e553c69d22461d1ecb3872c66f0dd7f7d5af78497cdf2 0.16 MB 300 23
355,293 355,293 0000000000000000060a64df2ea22d224c5518ca1ea6bc470244c935be9042c8 0.49 MB 794 24
355,292 355,292 0000000000000000004c1511c9adfea6f19595b2bf1571b05f67f99aacb6d645 0.37 MB 658 24
355,291 355,291 000000000000000012d9c5a42df3e6b9ac385d7aa574d3ec9410ac2f5095705a 0.10 MB 217 27
355,290 355,290 00000000000000001249950deed9e739f0072acb00f01a5e0a2500c313cd51ce 0.20 MB 313 24
355,289 355,289 000000000000000016d6b7586ff7b796b3d98bacf986704594ba96d6e22b566e 0.49 MB 767 20
355,288 355,288 0000000000000000162746ca2d977b527437b3eec3ca2c41327e6634130e16f5 0.67 MB 1,383 30
355,287 355,287 00000000000000000000bf159dbb0f8fb3fe450337a5aea11ead28c67673788f 0.16 MB 318 25
355,286 355,286 00000000000000000953e1f084f05d6cc6900798c3aaab8bbba84ce3f1abab82 0.32 MB 665 26
355,285 355,285 0000000000000000051ea8ee9f5a6b331784c3591725dfff23534ba38b3b7742 0.32 MB 669 30
355,284 355,284 000000000000000014dd1fef15c83c7667ac8eebeda563a98694083ff6f6c782 0.09 MB 194 30
355,283 355,283 000000000000000009f7704c1459e2452cdc8cb975e4cf94a0f249ed48ecd1a0 0.17 MB 289 21
355,282 355,282 00000000000000000421d7043dd4be19cc4351e34fe9aeef413ebc2ffd3ac136 0.10 MB 125 16
355,281 355,281 00000000000000001157dbd111bfdeb3a7c0ba4d65ae7ad96e2a398fc1444f69 0.42 MB 753 26
355,280 355,280 0000000000000000054b3f57e13426bb4b11929c71a2d299cee8d666a99a689a 0.06 MB 129 24
355,279 355,279 0000000000000000158bf4ab8485b6edfd567318a9fcffca9da3f64442954f8b 0.68 MB 1,219 26
355,278 355,278 00000000000000000a6fa9b6956257088077450e3abd09fb3199fb072f677e56 0.14 MB 233 23
355,277 355,277 00000000000000000daa9a39c37f30853e3eae02ab4b3e5605fb49d5b7709d57 0.75 MB 1,396 27
355,276 355,276 00000000000000000212140b130a572f2cd954396e8a34685359a00863a7fcb5 0.42 MB 766 27
355,275 355,275 00000000000000000c41068f20f525d9a07fe7ef3f07e65d5aab5ed81f328007 0.20 MB 380 29
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.