Memory Pool Memory Pool Refreshing

12,259 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/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 ago 1.00 vMB 4,022 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (481,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,231 426,231 0000000000000000008027054f1ccb2edc0b45fb6addce02997a298738f1ae00 1.00 MB 2,784 76
426,230 426,230 000000000000000000dd8a7bb73190bd8574df5f18966347a2094049e28c8cab 0.25 MB 501 76
426,229 426,229 000000000000000000574774779bf0774fd096700f7dd5bd449a43459a4a86f0 1.00 MB 514 15
426,228 426,228 000000000000000001962bdad2f113163369b6d14d936aa480cfc3249d2636d6 1.00 MB 2,410 68
426,227 426,227 0000000000000000030e283b0939a183c20eee646b442874142c48587748b25d 1.00 MB 2,504 78
426,226 426,226 00000000000000000276bdfd2e8c922d2365f32392b6545008e21f4da4395054 1.00 MB 1,718 50
426,225 426,225 00000000000000000260bf92d434278f3a2717e4c36145bda6d9f40bd35358eb 0.00 MB 1 0
426,224 426,224 0000000000000000009efe1baffa88ff95923f552314ff5febd956bb83069a7b 0.00 MB 1 0
426,223 426,223 0000000000000000034aace804fb57394d45220e7cb3cf1af6e577b671bc48da 1.00 MB 1,123 30
426,222 426,222 000000000000000003802dfb96459a08ebfadd1b08036f9844a5973f4d89f17c 1.00 MB 1,361 32
426,221 426,221 00000000000000000494a8122064956fe4f7fd9f96cd1495866ab5e8242da708 1.00 MB 2,087 59
426,220 426,220 0000000000000000005cd4a7ed1c073c914f711ea6ad2a782cd220232985eb6a 1.00 MB 2,361 56
426,219 426,219 0000000000000000038a7a7703051a06f07f5c4845b13221f65d72e3b679d96d 1.00 MB 2,389 66
426,218 426,218 0000000000000000019be65247ed716690b25dff49c12ee1452a141fa614548a 1.00 MB 2,591 57
426,217 426,217 000000000000000001ed277f923856f4ed017957f639637886c6e046c9979ce8 1.00 MB 2,945 87
426,216 426,216 000000000000000000142331a01ea23efb7ae9127bc4f82632857b9278d6ac25 1.00 MB 3,001 72
426,215 426,215 000000000000000000ecd78c85c3bf766aa1f624f12e7410ab9691f2b26045e5 0.46 MB 1,220 64
426,214 426,214 000000000000000000b4b5e1f43494cd7449d4c7530c9b4b7d220310efe8e446 0.64 MB 1,751 64
426,213 426,213 00000000000000000203c0170a7557914c92a61c52436ace6c35c19d36f2a830 0.07 MB 182 55
426,212 426,212 000000000000000000ccc4c76095c7b12b52e98a811442b4343a643cfa7c307c 0.74 MB 1,649 54
426,211 426,211 0000000000000000024f3ba0a5aa163743d253536404350af2bbf950ced3ef9a 0.36 MB 892 54
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.