Memory Pool Memory Pool Refreshing

2,400 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 Now! 0.79 vMB 2,397 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (477,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,342 430,342 000000000000000004b0300b49b0a70afe7bce8cf755ef046a6386bc464b1693 0.60 MB 1,138 42
430,341 430,341 0000000000000000031386a9e6cc54358f9c54e819b18e101fe243390f543e30 0.64 MB 955 44
430,340 430,340 000000000000000001501c31b151e7affc2364698a9be93092f311ed16ef46c7 1.00 MB 3,183 59
430,339 430,339 000000000000000001681a13cf78d2e3034e296f9d72272fc02f5df1730f5577 0.35 MB 836 56
430,338 430,338 00000000000000000046812358f99e2294cea8064bc14fbc26cf457bafe0c751 0.47 MB 1,090 57
430,337 430,337 000000000000000000992c757a1254b16e1173f347be09b73b5ee5cbde518d8f 0.12 MB 250 52
430,336 430,336 000000000000000000e41c759775384b907428acac6d4bc2216bab7e162e0cc4 0.75 MB 1,332 63
430,335 430,335 0000000000000000005dc7337eaff156017756e270e4707c3d5e84aa07787eff 0.60 MB 828 63
430,334 430,334 000000000000000003bf613db566109548285f29a712abdfa1783f22f9ad0c7d 0.21 MB 479 66
430,333 430,333 00000000000000000219b64d7272dab275a00d98b71e3025f789956c748540c4 0.74 MB 658 30
430,332 430,332 000000000000000004459b5eabbae294a4bf890d7fb65d9edd520f4a37e46ea9 0.98 MB 1,216 39
430,331 430,331 00000000000000000130c18a1f7fba732afacb1724a82f89581cf0c1756f4ae4 0.30 MB 798 69
430,330 430,330 00000000000000000291f1eedb9d2a4b5a01f311230a764cbae2c102f2c4030a 0.40 MB 668 52
430,329 430,329 00000000000000000337c941de23a4ee48caf97bf07ccd5fc98d3117890583d3 0.81 MB 1,651 58
430,328 430,328 00000000000000000141d01340542adb227857ee733a5816ffc151bb3b355b62 0.71 MB 1,224 55
430,327 430,327 00000000000000000196ef6e0328ee34abf48f2e3f73bcacd7980ef68c293378 0.99 MB 563 15
430,326 430,326 0000000000000000017525a170dc923ce9cc177771609315582afac1f6239f60 0.23 MB 468 56
430,325 430,325 000000000000000002a0c6aa21210b6fbe253ea6ca4d83811aa8060fbe65de7b 0.36 MB 817 66
430,324 430,324 0000000000000000020cbb5fa2efc47a09bd064e209aa886262e115e869f712e 1.00 MB 1,124 25
430,323 430,323 000000000000000001bd3cf10ad93af343f794fcdfc8f17c02c785a698138e20 0.12 MB 329 67
430,322 430,322 0000000000000000018f970e4d0a3298024b2d6d9ceb33a1f2e6249929616f3d 0.27 MB 636 62
Previous 10 blocks ↓
Total Size: 769.15 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,632.55 GB sent, 93.62 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.