Loading Tool

Explorer IconExplorer

Memory Pool

45,966 transactions
27.71 vMB
0.07681494 BTC
Random Selection Loading Transactions
Max Size: 146.64/200 MB

Candidate Block

Mining Attempt b8037921770fd091ff870e7a55ae27ed3774a385532d1f4606586f84c45c00cc
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 802a6f84370c3564abd9fb1b5cf4e8a518d7a378818ee86faa2fb6df27818a4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,563
Size: 1.00 vMB
Total Fees: 0.02453634 BTC
Feerates: 502.65 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (287,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,153 627,153 0000000000000000000c263a3d3facb6be5e25a39c7ed73cc543d9bac27922bd 2,400 1.00/1.00 vMB 12
627,152 627,152 0000000000000000000d8cb7ab194e4e8934fd9b9b3b8c523d92419ad6122e3d 1,953 1.00/1.00 vMB 2
627,151 627,151 0000000000000000000c5962815bd795948ff4fd284dde300defc1e605041e31 2,267 1.00/1.00 vMB 17
627,150 627,150 00000000000000000008e3511199b6de4a2e196f72e5b8a6ae23078d50c67028 2,275 1.00/1.00 vMB 6
627,149 627,149 0000000000000000000f12f955d905e3e46548fa7e515264f943275ced51a7e5 2,531 1.00/1.00 vMB 15
627,148 627,148 000000000000000000027368762dd4fead796ac43abcd6ada45b42d5cfe2b9f3 2,401 1.00/1.00 vMB 7
627,147 627,147 00000000000000000005a211e41e905ce1d51a553ac8b849399da09dbf3d8c84 2,700 1.00/1.00 vMB 10
627,146 627,146 0000000000000000000881469d936b0282ee1323f0a57d3b4476d9aa14d5c80b 2,888 1.00/1.00 vMB 26
627,145 627,145 0000000000000000000d46f634d6e7c6a2226178aa7c15059aabc461fed6bf85 3,025 1.00/1.00 vMB 13
627,144 627,144 0000000000000000000cf40921271f4d0b8c81defe46c79d44d2d0a2fd0ea33c 2,239 1.00/1.00 vMB 16
627,143 627,143 000000000000000000075a6a6a1adb8682d6b491685e365ee0de1361d661e687 2,979 1.00/1.00 vMB 22
627,142 627,142 00000000000000000010346fdeac19cd5dd1f535091206fadb469043b84174bf 2,602 1.00/1.00 vMB 15
627,141 627,141 0000000000000000000d6c39a3a0402e8f56c831d2f1d3f410d80d2ab90511c4 2,964 1.00/1.00 vMB 22
627,140 627,140 000000000000000000110e96d17db9d715979bc4014ccb8c38d35fda628d1bfd 2,679 1.00/1.00 vMB 13
627,139 627,139 0000000000000000000545ea6af1bd53ca35b9f6beb84ce59d2904cf9a51b8bb 2,764 1.00/1.00 vMB 45
627,138 627,138 00000000000000000010227b39d8987a002a39775114d66e793243bd6d922037 2,804 1.00/1.00 vMB 13
627,137 627,137 0000000000000000000c182399da2902f45c5dae3b4b77905b44599fd8df4c80 3,019 1.00/1.00 vMB 18
627,136 627,136 000000000000000000026796136d08175a3237887f0ce5e15e5cbe27a0a5d617 1,958 1.00/1.00 vMB 25
627,135 627,135 0000000000000000000bb7582460edd81a81136d30fc9db6300b9efa55d4bb56 1,783 0.54/1.00 vMB 14
627,134 627,134 00000000000000000010c2ebaf4fee17594e4e370af54ea76c3bdbee40025fa1 55 0.01/1.00 vMB 21
627,133 627,133 000000000000000000021e6062cc0290b3313e7c601ea901277d58892b21e38a 1,777 0.71/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.