Loading Tool

Explorer IconExplorer

Memory Pool

40,785 transactions
26.51 vMB
0.06356941 BTC
Random Selection Loading Transactions
Max Size: 138.32/200 MB

Candidate Block

Mining Attempt 9e1ddb99f8ba8c3af6eeca17eb210960ccd386b1f4cdcf07c0625027c448250b
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root a3c9e9d232ba94dcc39e79f961eeec1f9da0f8d8bb7d2e34c300af90913ee00f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,175
Size: 1.00 vMB
Total Fees: 0.01471373 BTC
Feerates: 92.86 > 1.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (262,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,833 652,833 000000000000000000024679d2204cbca6a3156038a9643368e6ad9394223fd9 2,656 1.00/1.00 vMB 62
652,832 652,832 00000000000000000009d51dcec55175638a475642b393b34cb2b3d6ea0c462d 2,317 1.00/1.00 vMB 56
652,831 652,831 0000000000000000000e26afef45ca87f89e44ab78d15830fecabc1305163fd8 1,947 1.00/1.00 vMB 28
652,830 652,830 000000000000000000052f849010a140a806be2c23fa7b97828e01998fb910e3 2,436 1.00/1.00 vMB 61
652,829 652,829 0000000000000000000b2d5022b70004c2ba9235686187676e2faa1f42dad817 2,330 1.00/1.00 vMB 84
652,828 652,828 0000000000000000000779b69469623fd3fdb7de5f2c30be0a700d55d0fdac93 1,657 1.00/1.00 vMB 24
652,827 652,827 00000000000000000007f20d55468d203d3ad984b5495a8737160b23fc5fbce0 2,904 1.00/1.00 vMB 84
652,826 652,826 00000000000000000007c42914cfa51442ea14644fb382967fd5409374c11fd1 2,332 1.00/1.00 vMB 7
652,825 652,825 0000000000000000000e2f68f9c499f95f272a0bc2e1c2983a670c15bb816534 2,347 1.00/1.00 vMB 59
652,824 652,824 0000000000000000000673d7d4649eec151e9accb2123b3ea7cf1d462257ec7c 2,046 1.00/1.00 vMB 59
652,823 652,823 000000000000000000050c9b16d476c704c6e4a49bd6d13ad14ec852726175ae 1,860 1.00/1.00 vMB 81
652,822 652,822 00000000000000000006bf0f4d71ffe82bec54488e715660a6e6edcf8207d418 2,282 1.00/1.00 vMB 30
652,821 652,821 0000000000000000000b72d7309b114d0765ddd18050a0a91dbb3afec085fcff 2,349 1.00/1.00 vMB 66
652,820 652,820 00000000000000000009ca8a4f5fe7c1294b60e4ea58cd723203dfd35e41785a 2,501 1.00/1.00 vMB 15
652,819 652,819 0000000000000000000bed603a316071c3541c8e847ef06654ac0148234456c7 2,278 1.00/1.00 vMB 29
652,818 652,818 0000000000000000000e8456398b1eb374d29f7f576ba0eaa5c7edc9a2fed818 1,697 1.00/1.00 vMB 44
652,817 652,817 0000000000000000000424b6a055bc370f4f534610e95eaa407b181dd3c3fbff 2,231 1.00/1.00 vMB 87
652,816 652,816 000000000000000000019391185476c32a4542e4863f06b0cf5a84c79d3b43db 2,225 1.00/1.00 vMB 18
652,815 652,815 0000000000000000000a22cf38ac8edcb30c2a7023085ba464f450f92f9c4252 2,531 1.00/1.00 vMB 64
652,814 652,814 0000000000000000000e2bc61e5245425c5f6f3646c7cad841d403ef8f7bdb70 2,316 1.00/1.00 vMB 104
652,813 652,813 000000000000000000014e0b67725774ce68b106cfc4021d0ca408735c4d2357 2,107 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 656.42 GB
    • Received: 14.38 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.