Memory Pool Memory Pool Refreshing

8,610 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,147 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (647,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,296 260,296 00000000000000194c0abf6c8ae974671ce64071e3a63684ada5a919714a8cdb 0.08 MB 196 136
260,295 260,295 00000000000000098ac4129f8e12874473db3c42eab3314e3392dde0ec2aaa26 0.12 MB 491 66
260,294 260,294 0000000000000011de10a56c4d1d99ee67964b4e999ada4328cf06682838f204 0.01 MB 38 15
260,293 260,293 000000000000000cdac8d856bf0863ea59ae002e7b77310085f39f8a1cad5f97 0.42 MB 777 45
260,292 260,292 0000000000000014d02239429447a166d870a67d3fd5f6c000a1fd1885266050 0.24 MB 512 126
260,291 260,291 000000000000000e4444b1cd47b382e14f6bb1a3891fd8122ada505679a841e2 0.25 MB 623 133
260,290 260,290 00000000000000127e6f9dba6a8943821e021746ec7fe0edd931fd8aa7420a14 0.25 MB 444 57
260,289 260,289 000000000000000d3a9ebcf918b89ee3335b1674a8bd09a2de7f75cd78a11cec 0.21 MB 518 89
260,288 260,288 00000000000000156c2df68e13f570486bde922e6116c0e0f36122ec721ab6e9 0.10 MB 256 154
260,287 260,287 000000000000000a5c63c64cfa7fe8ab7a8d1a4e9326e7b49c79ed2255fa79ed 0.24 MB 559 86
260,286 260,286 000000000000001b32ab7938b5db74062e9fdf418545eb7cc59bd85e0d3f1969 0.25 MB 419 47
260,285 260,285 00000000000000159749dd5a88e50771bc5d8b0288ea1092a7b5e66b2027d7ad 0.25 MB 446 70
260,284 260,284 000000000000000ee92217b272c75ec6ebdba3d0f103734d7d32c1733dc9fe99 0.25 MB 663 89
260,283 260,283 0000000000000000724702d5fe91e91f429cde71c6745829987c924ad8a10ffe 0.25 MB 674 210
260,282 260,282 0000000000000019b24d9ad3492150bca319ff97c66112af164069a44e6b2d31 0.25 MB 681 149
260,281 260,281 000000000000000a13c160a74d178d2bd26038b32ca774c930823b7c643617ff 0.25 MB 641 82
260,280 260,280 0000000000000004166690d009a168df0d31d7396c324268009d5fb757760d6d 0.16 MB 277 54
260,279 260,279 0000000000000004129bba7a6407caf37aa6522996e9791a0a8ef1ebbfeaa809 0.25 MB 667 134
260,278 260,278 000000000000000eeecad4ed102a311277327c9b4c6c18e2ecb4fc0b1c784393 0.25 MB 598 100
260,277 260,277 000000000000000e016a533346639d3324660eca8c006393f2fb5625a5bf0214 0.50 MB 1,286 105
260,276 260,276 000000000000000a0ebe6707d3623f78bb4fbe252d496c5917205bedd85be5a1 0.25 MB 466 118
Previous 10 blocks ↓
Total Size: 769.03 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,625.51 GB sent, 93.03 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.