Memory Pool Memory Pool Refreshing

8,352 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (786,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,518 121,518 0000000000002a0372d61c77fabc1de0561f7577a7a5fdaa55cfc3ea0e8a96d7 0.03 MB 18 572
121,517 121,517 00000000000032d9b4ee8630e23ebc5dcbd085ca35cca43c90bc31bac886ad76 0.00 MB 9 246
121,516 121,516 0000000000001faf6fc7adb2d08823ee62c4b3e4c02f70cb3f9b03af7e50f13a 0.00 MB 5 2,183
121,515 121,515 0000000000008bb111aab363f8721579601da3eb92e6ddf7c5347fd6d94b146f 0.00 MB 6 315
121,514 121,514 0000000000003b6ca3b1a0dab6141b20dac7bc2649825e1202a15fa8cb45acf0 0.01 MB 34 430
121,513 121,513 0000000000008d7e79d94c19d951e86affaba954d7097834bd302b14ee8a1b2d 0.00 MB 5 0
121,512 121,512 0000000000002790ca4bef8272f0a2522e50cebda9cf714d25901f4cbf9b513a 0.01 MB 13 1,115
121,511 121,511 0000000000003fde43ad48eab33db28b9f5400a7b23b803d7706e6b986ae1d09 0.00 MB 4 0
121,510 121,510 000000000000868e0bc5619dc42a9670d49760db8fb0765efc2992b38e488350 0.01 MB 37 2,099
121,509 121,509 00000000000011edbfb577a09fc735b12a9c857296069bc73cdc2cdba13f243b 0.00 MB 7 1,251
121,508 121,508 0000000000005511ff2872df5060e7abbb9f3d98a66199c8598f8cc83c7e799e 0.00 MB 8 938
121,507 121,507 00000000000028de60524fb6ea105e150d7c0881a8e4629251a245ffb263de4e 0.00 MB 8 0
121,506 121,506 00000000000018e93959fe5c3334abe61eecc8be19a24f7d139d099a3dea2e52 0.00 MB 10 430
121,505 121,505 00000000000071d3742b4aec675fa7d460278ae996620ceea5caa508a4d73859 0.00 MB 11 0
121,504 121,504 00000000000022c56eccd716e1006c42c16253e162cd680dbec5e1dce88365b8 0.01 MB 11 1,361
121,503 121,503 0000000000003d2efa41b2852bdfde45f0ac876622b5edc7625d1c810121520b 0.00 MB 10 345
121,502 121,502 0000000000002320303fcdcd14612018a6d62fe9641fe3e54de938a8769b9e7f 0.00 MB 8 265
121,501 121,501 00000000000076925af6ea93922470f22c511055f03a82a1993e332f11ebdd5e 0.01 MB 35 2,116
121,500 121,500 0000000000001514926f085cac3f5fc2eae6be6fca32e85a06b0a132a30459d0 0.00 MB 3 0
121,499 121,499 00000000000063957150418f43970d42f87a0db9d402be2316bbb6fe9987d382 0.00 MB 6 1,358
121,498 121,498 00000000000004120abc2037be0c38de17125ea4d8677161a68d976f7f9d29d2 0.01 MB 22 457
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.