Memory Pool Memory Pool Refreshing

7,276 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (222,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
685,121 685,121 0000000000000000000abbe3ef31746b47507143e7c3570f9183c073349abf22 1.14 MB 1,455 22
685,120 685,120 0000000000000000000367280db3995ab63c925b9d2fdb5552439d393ffeae44 1.42 MB 2,378 60
685,119 685,119 0000000000000000000448ba71ce9307ca351cd52ce44ef8d645b1388e1e2a8a 1.35 MB 2,404 50
685,118 685,118 00000000000000000005d451c41e8e19cd6d84c2db3808b6095c469071977e4b 1.00 MB 167 6
685,117 685,117 00000000000000000003d123f66b1a28aa506665bfd0e7a4ccffc30171c2ab93 1.19 MB 1,520 35
685,116 685,116 00000000000000000003e2620b4dcffbdedf2eba8986e60eff330d21e9df8da0 1.11 MB 1,143 22
685,115 685,115 0000000000000000000398d5ba3ae4f1ec0141b2465fba2b2436cf03c4211d4b 1.36 MB 1,498 31
685,114 685,114 0000000000000000000a3fe941024353e810460aadc91dc5a7f131c37b74c02f 1.23 MB 1,648 82
685,113 685,113 0000000000000000000616421242c1e45ea9b98f1f16df8c8b357803f0ac9d9c 1.11 MB 438 14
685,112 685,112 00000000000000000007e54cbd7d89e35e49fc0cdcbc069f980b674b7846579a 1.23 MB 1,823 30
685,111 685,111 0000000000000000000937e0fbf695b84718a76a3712d004a4bf1bbe23b724b0 1.39 MB 2,113 66
685,110 685,110 000000000000000000069072b72e434c7c42621ab6e550ad71a740b137cb5a58 1.32 MB 1,534 33
685,109 685,109 000000000000000000081f4387e62a3bb5f126244675068c6322dc09fc6c427a 1.42 MB 1,416 15
685,108 685,108 00000000000000000000f4f3428258f50413e067cc4535506e73cfda28736f8c 1.44 MB 2,361 83
685,107 685,107 00000000000000000003642cd9f385502ae5bb1aeb3eb66b1b9830d743db7c97 1.40 MB 2,059 62
685,106 685,106 000000000000000000073461e45af3c0255261a93a8dc04d53db82c606bd701d 1.39 MB 1,766 53
685,105 685,105 0000000000000000000262d406564749705d8fad689010b40c6b6ae0a0050b1e 1.25 MB 861 70
685,104 685,104 00000000000000000007018f32bca5877cfa737471861df398274620e4ab50cc 1.01 MB 329 8
685,103 685,103 00000000000000000001facc3c5403cf6e200b7a72f0a8259fbbc4fb64328b87 1.34 MB 1,676 48
685,102 685,102 00000000000000000001d7a0882ed3c32df3658158f9b0be7e620f3974c5cb6d 1.11 MB 737 11
685,101 685,101 00000000000000000009470a40ed367b753fc726631320c1abe6cbc9384dc3e2 1.13 MB 625 28
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.80 GB sent, 94.51 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.