Memory Pool Memory Pool Refreshing

6,870 transactions
2.60 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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,625 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (42,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,368 865,368 00000000000000000002e141da6c846b9eff5d82743be3392f10a2392640fd6b 1.54 MB 5,719 22
865,367 865,367 000000000000000000001db075f2be158a01f12798f7a63a890b7a124e371d3d 1.52 MB 5,772 27
865,366 865,366 00000000000000000002c5926d71f176577fb0fca85fc4d9c7d6063c1746f623 2.02 MB 2,539 13
865,365 865,365 000000000000000000021d8175771188ad5dde660f1fa5585b785e0243b777a9 1.50 MB 5,155 17
865,364 865,364 00000000000000000000d6cf90270fa283b2898bb596bda208086f2a9c4f78c7 1.51 MB 6,440 22
865,363 865,363 000000000000000000014eb920f4efc7abde1685a26f49f3cbd86e97d0f64e7e 1.45 MB 5,915 32
865,362 865,362 00000000000000000002ac5a786b5eae842dd3e014dccd8c4e7bf662568a610a 1.53 MB 5,588 19
865,361 865,361 00000000000000000002d5c25a24d82c676f734adb8519008c27f54e914e40c5 1.50 MB 6,628 26
865,360 865,360 00000000000000000000616110a281433edaaf62958d86b2eb67a118bc684111 1.51 MB 6,463 21
865,359 865,359 0000000000000000000120a83ced96dbbcf2a9cd1acbb3bdf5d7b23fb1903cb0 1.47 MB 6,831 24
865,358 865,358 00000000000000000001b9b15a40de4eee6615f64ec3dd1a0994b4c7edb83084 1.67 MB 5,277 22
865,357 865,357 00000000000000000000c90c04a1b9920028c4bef650b628741955439edd38bd 2.06 MB 3,056 18
865,356 865,356 00000000000000000000b609dfaecdbe8f80ecba1c447d8a41d61b7bb3d7d9f0 2.16 MB 1,887 19
865,355 865,355 00000000000000000001d474596588eb8d338336879d444b68952e78b836e11a 1.63 MB 3,158 16
865,354 865,354 00000000000000000002bab1fb7b2b3a85979d024210ce1ba6d0fd33cc15bae6 1.50 MB 3,875 22
865,353 865,353 00000000000000000000f133894aed95381c01885a2945ea53ac7f34045471de 1.56 MB 4,432 28
865,352 865,352 00000000000000000001cbb9744568f8921d1e26d4d54be6c6e1be7a39efab28 1.50 MB 4,839 38
865,351 865,351 000000000000000000025d57683cd41839b02036ab097496c72d557a385161aa 1.42 MB 5,246 48
865,350 865,350 000000000000000000019f9464cc20ce7347af5168048e183df5b1cd85e3bbb0 1.46 MB 5,847 30
865,349 865,349 0000000000000000000294d014c51cff43c393417ecf5c2a2ca0676617f61c87 1.57 MB 3,144 18
865,348 865,348 000000000000000000012019620aec83d939a17bbe365b8fb88be6c99e810750 1.52 MB 6,107 23
Previous 10 blocks ↓
Total Size: 768.98 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.51 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.