Memory Pool Memory Pool Refreshing

6,529 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (798,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,236 109,236 000000000000c8a0b2d9710ae73489b5e2e84c96d5c0096f3f29fce2ca64fa11 0.00 MB 2 0
109,235 109,235 0000000000003428ec306b139f981f745487907a0fcb56cf289e2e9824b26570 0.00 MB 3 0
109,234 109,234 00000000000012d7a8734a93c7d0f53c427b5c3c330c64c80253a28e043af141 0.00 MB 1 0
109,233 109,233 0000000000008d3d56bacf159c18a22e838b29482e2a67e4a24a6fa2c0c70073 0.00 MB 2 0
109,232 109,232 00000000000197e483b9304cb83ec575952abc0c51f8a68d045ef4a005733cc2 0.00 MB 2 0
109,231 109,231 00000000000009c80ca662a41fdb61e21490eff4c2d664ede0b0872378e37219 0.00 MB 1 0
109,230 109,230 000000000000b53e282403ec2a3258581d5496c1298412fd741e84ec89dec81f 0.00 MB 2 0
109,229 109,229 0000000000007357e1fe75d32806f9b777fc794454f4b55f84556a8b79b636b0 0.00 MB 10 416
109,228 109,228 000000000001b54b70b920f016b2d8f8f59e68046c7e8ed3a4b7be1bbf357b52 0.00 MB 4 0
109,227 109,227 000000000001121dd3685455a0f3b5342bf1bd1bea17b119af5a86f2e4d1c218 0.00 MB 1 0
109,226 109,226 0000000000019be959bf380a61819d11934cf4b1a9030a5a35487264e21d235f 0.00 MB 5 0
109,225 109,225 000000000001bb8ecfc183ad82bba52290e2046567fd9ccdc8b00e5081af8f67 0.00 MB 7 0
109,224 109,224 000000000001a7157802740af915725dc2909d63c52da1ea5e4c55dd1ef2db5d 0.00 MB 7 0
109,223 109,223 000000000000876698ab619acfa32a69e39f7fd4ea5d942d7c617a154c458b47 0.00 MB 3 0
109,222 109,222 000000000001c98b50f6a4116d8386e889ac8c90665c6d8c239b7e5f66970e44 0.00 MB 9 0
109,221 109,221 000000000000996b44fe22a10498e3576737e7e672d080fabcaefc5cdd7a2b8d 0.01 MB 30 103
109,220 109,220 0000000000004da631535e25048901614a73ce2a3922a08ff7c83a9ec01a0260 0.00 MB 1 0
109,219 109,219 0000000000007144223f9052de35a36b5e53259465457bc1aabc95337ac619bb 0.00 MB 1 0
109,218 109,218 000000000000b616d4c9a0c68468e382042f6998d01eb67d1b1377c7d85b8c2b 0.00 MB 7 0
109,217 109,217 00000000000071ec43cc9effb4d1af6bfa17564f7e1889fd0925433d361d3871 0.00 MB 4 0
109,216 109,216 000000000001c4a1b4efa19daa2f870263603cd86533f7379e5ec9128bfd65b2 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.28 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.59 GB sent, 94.35 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.