Memory Pool Memory Pool Refreshing

3,748 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,543 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (762,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,325 145,325 0000000000000580398608c98aae95889824efec8208b5bf224097057829e301 0.05 MB 108 173
145,324 145,324 00000000000007a5695007cd478d6a9ea4caa403b2abc6a2dbe04cabf0eefde8 0.02 MB 24 260
145,323 145,323 00000000000002ad068b3b3ebf3f866b8daeb22e6505279cd4f8aab96ad73b49 0.01 MB 19 138
145,322 145,322 000000000000045bf82cd02e013e235f486317035d292bd75e3e3eb9fc597c4c 0.00 MB 8 77
145,321 145,321 00000000000006fa5cad5dae2bfe68cfdc12a61d7a45fcf5848107adb4164843 0.00 MB 3 0
145,320 145,320 00000000000002a43861a817923b893e9f1c808feb6a28b91333225524319ef7 0.01 MB 14 342
145,319 145,319 0000000000000371c31ce7d78cd5a810ec0bae1b932c3eee629bff2b9af55b97 0.02 MB 58 59
145,318 145,318 00000000000004f23973d766492653b00f370ef0c5a03dceda4f09f466b26c08 0.00 MB 15 39
145,317 145,317 00000000000004e254438403e00d82d08637a1a4c6e6f12432daa757a7437cad 0.02 MB 45 71
145,316 145,316 000000000000048700ba15984221349fc66eb7684efc17d00216c87bec011e48 0.01 MB 44 56
145,315 145,315 00000000000005175b8569fdde967612b03186999ec70fa257648d6af362016f 0.02 MB 49 127
145,314 145,314 0000000000000209e05eb3ce96de42504b7f501dd69b8c7a6625ca8c6ba4bb61 0.03 MB 60 103
145,313 145,313 000000000000029b5f8add6e05dfea954a5d0c13aa6c5499c85790f27e77b4f8 0.00 MB 10 21
145,312 145,312 0000000000000441b8a5511473ffc72f47e354f29cd917f4a4b3d0cd69654d3e 0.01 MB 10 9
145,311 145,311 00000000000007623fb58d5c53c065f01890aaf4b764b50317c2f35a8aed5bef 0.03 MB 60 61
145,310 145,310 0000000000000984cf5952e8095a9a963a748721d573f630dff825b983631bad 0.01 MB 22 92
145,309 145,309 00000000000008d42ddc3b8cb08c67fc5c6fee64ceca4f19d6b5bbfd414be71e 0.01 MB 18 142
145,308 145,308 000000000000022fac2d353b070df25f9305165a002ee33e5192cfb7061a8efc 0.00 MB 2 0
145,307 145,307 0000000000000972e071f3da31e444ac7b1c2096091721129dd735a15cafe1c8 0.02 MB 30 63
145,306 145,306 00000000000000e225836811fbe227d2f671ec0870403e6b712d24022320d495 0.01 MB 20 67
145,305 145,305 0000000000000372bed649b3a07b9919f83cfb5a66eb275ece3ea29cc112bb36 0.01 MB 7 12
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.