Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,088 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (476,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
431,323 431,323 000000000000000003e486e16511fa09bf5067e676179af12370e39a9ba54245 0.09 MB 266 75
431,322 431,322 0000000000000000035ab8288890e8502f2613a001338a430546ebe1eef1e1b6 0.31 MB 603 59
431,321 431,321 000000000000000003fe05b8a2ffe7cf08901845a6ca524109b8c68c4ce9c54e 1.00 MB 2,033 69
431,320 431,320 000000000000000004764d81ad6fae8364a72266bc7406030c186dceaf787a5a 0.62 MB 1,486 63
431,319 431,319 000000000000000001bde6847ac286b39262af318ac326a12dc4904a2dd06d61 0.38 MB 1,053 66
431,318 431,318 0000000000000000032ca6b777561a114ef275a5ef897db11764da2f95a409ef 0.54 MB 1,419 68
431,317 431,317 0000000000000000008832be6ffca6bbc8627199419192cc1c1ea24793f51a2d 0.22 MB 519 64
431,316 431,316 00000000000000000098a5a73a2537422e0df8bb19380bb950735124bd8f0b43 0.23 MB 398 44
431,315 431,315 000000000000000004523263682b4c7070c49e32b621055b9b91d74f9874273c 0.72 MB 1,203 32
431,314 431,314 000000000000000002ebf22562180718da9abe2bacc4aa50b1b23e1ce0fce536 1.00 MB 2,828 74
431,313 431,313 000000000000000002f8f540745cb40129979d7421a3adbcb4945c5d9671826c 1.00 MB 2,960 72
431,312 431,312 0000000000000000041f5684a2d472c0d4af25795bff078b694081c073a315aa 0.41 MB 1,045 64
431,311 431,311 0000000000000000025018f9c3362b5ddade60b9973c9a7976417d59c68bd681 1.00 MB 571 17
431,310 431,310 000000000000000003ce522dd3a9da85d64933282f3c7c8615bf0962a698c64b 0.75 MB 1,575 53
431,309 431,309 0000000000000000046372fde48c8936bb0a0e2d9705c86c7f1819bd35673735 0.47 MB 1,332 70
431,308 431,308 000000000000000001f6a8d8231ab42632ae3432af6cf7e93ca853b004a870bd 0.27 MB 731 66
431,307 431,307 0000000000000000012907ff3e37654828daeefe65055922544350be373d32dd 0.36 MB 1,000 66
431,306 431,306 000000000000000003d1dcc80bcf07eb4ee66f185e1a2306dbdfb3563a5c6029 0.42 MB 1,042 61
431,305 431,305 000000000000000002818cb7f079a5daff2c68f3bf2b52d768c983ae1b6bc816 0.76 MB 2,011 61
431,304 431,304 000000000000000004191c71daedcfd5ac006ef3a76f5a81d6ef12668f2d739a 0.71 MB 1,905 67
431,303 431,303 000000000000000000682046c93a73cc9d0f511c97621966b2fce4506f3ff6e9 0.10 MB 239 85
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.