Loading Tool

Explorer IconExplorer

Memory Pool

74,968 transactions
27.57 vMB
0.06850155 BTC
Random Selection Loading Transactions
Max Size: 168.59/200 MB

Candidate Block

Mining Attempt 1cf4bd42bdaadeeb944be6e4e559fb6c0b4c6904fd90310c8f10fcd3546cf751
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 0079fe1abb5403b0310b88a1dbff544e9c938e134cd4ea1d900c6b54bed8aeef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,745
Size: 1.00 vMB
Total Fees: 0.00972493 BTC
Feerates: 150.93 > 0.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (455,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,324 459,324 000000000000000001a874be7e506c6f4c64c06f9b88ec124ec48f3d7a61844c 946 1.00/1.00 vMB 63
459,323 459,323 0000000000000000007816283f6225c7b7b65fdf5b257f8d98dbd9224075ad2f 2,070 1.00/1.00 vMB 159
459,322 459,322 0000000000000000007c6694208d0fd99ca0a20937d908d841ee5d40fcaad0dd 1,794 1.00/1.00 vMB 94
459,321 459,321 000000000000000002116c9b92f5127a925b14c4442103a01cd0d3d869c8ce7d 1,970 1.00/1.00 vMB 171
459,320 459,320 0000000000000000019c9b70e77d9ef13afff39ada210a02d8019d9dfe7f451f 1,887 1.00/1.00 vMB 173
459,319 459,319 000000000000000000a84bfeb1f93dbe34c694b3a626bf206674958847f8de39 1,381 1.00/1.00 vMB 48
459,318 459,318 000000000000000000dc4617db4c25e5f28232402950548792adc1c34cbca537 1,159 1.00/1.00 vMB 60
459,317 459,317 0000000000000000000bc6db069efba38ca2f20370d28073eb828634b26655a3 1,808 1.00/1.00 vMB 114
459,316 459,316 0000000000000000004dfe09621605023e56ce736e72f0941958365434553fbe 2,230 1.00/1.00 vMB 144
459,315 459,315 000000000000000000e2a2544f3929310877b4720b8270d1d51c4525e3e0fe6f 1,946 1.00/1.00 vMB 143
459,314 459,314 0000000000000000014f86a30768bf4fa97bb77228a93bb3fa9aea013699b827 2,429 1.00/1.00 vMB 136
459,313 459,313 000000000000000001ce3aa1a91a177a56f2a9d574c0fd6aa923149aab965e18 2,070 1.00/1.00 vMB 124
459,312 459,312 00000000000000000109bc8101243b6bd62c5b65acda2552f0fcc2151b776a99 1,835 1.00/1.00 vMB 157
459,311 459,311 000000000000000000a274bdaef0ecae8cfdb5ba4705d925f0a10715027f1a9f 2,759 1.00/1.00 vMB 223
459,310 459,310 000000000000000001cf75dc6eeb0e98057bef6faebbd9aebc5f94c47e13f585 1,540 1.00/1.00 vMB 133
459,309 459,309 00000000000000000055028db94d15ec3f7481accd30d581603dac5638d61284 2,411 1.00/1.00 vMB 224
459,308 459,308 0000000000000000010798ba8f581df7f784a5df4945facecbc348b44ad050ab 1,671 1.00/1.00 vMB 127
459,307 459,307 000000000000000000d050a27a58df929c50dad83043f76d5c3eddab9723bd31 1,624 1.00/1.00 vMB 55
459,306 459,306 00000000000000000150f33847356e1edb783f38d53629ca077c95e2fce1b00d 1,230 1.00/1.00 vMB 102
459,305 459,305 000000000000000001d62245be96c04e65a506ef6f743719d11bf716841f0590 1,520 1.00/1.00 vMB 136
459,304 459,304 0000000000000000012f3beb4c35b871865c455c36acaa91aef8474f7b2535e5 2,009 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 713.71 GB
    • Received: 17.44 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.