Loading Tool

Explorer IconExplorer

Memory Pool

80,786 transactions
30.49 vMB
0.08963263 BTC
Random Selection Loading Transactions
Max Size: 186.12/200 MB

Candidate Block

Mining Attempt 081b854896bb9a53cdb6fe8df8cc77efe80b4fb46ac1a1869dd0bd8d34542393
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root dc56f4a90ce8ed01465d478d219b35877401afeb9be19050e67e72bef6c721ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.02030318 BTC
Feerates: 151.00 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (430,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,676 484,676 000000000000000000136aae284df3ffb61bcd1512fbe70e9a0ec47745c034a8 2,148 1.00/1.00 vMB 188
484,675 484,675 000000000000000000c2f6a2966e911dccc2e86d0ec0d6236d9c299711ca1f47 2,302 1.00/1.00 vMB 171
484,674 484,674 0000000000000000002340c59b42647c26df16d15f3e65e10fcc91dadfab6816 2,193 1.00/1.00 vMB 146
484,673 484,673 00000000000000000108f7f5818a81c9f7aad8d2e4f4ae955866c0b9baa04db8 148 0.17/1.00 vMB 88
484,672 484,672 0000000000000000004a26dce06f002e452f6136bd3b294f9f9055641113cb19 655 0.60/1.00 vMB 22
484,671 484,671 00000000000000000104513901d473e6126f3ec1daf4c01b8a9a4711a035d84f 2,065 1.00/1.00 vMB 89
484,670 484,670 0000000000000000005025507f28a0a09ed1d333765d595af37aeb4d4a896c9b 1,999 1.00/1.00 vMB 80
484,669 484,669 000000000000000000bceeaac79c640f493d1110d0d131f5113fff32a0314b0a 1,987 1.00/1.00 vMB 203
484,668 484,668 0000000000000000004eaf4774c4526279638e8f2e3f04d27c57676f87c98c79 2,362 1.00/1.00 vMB 212
484,667 484,667 0000000000000000000cf31223cd3097375419ddff57ca0e05bfeaa360ed96d1 1,839 0.89/1.00 vMB 140
484,666 484,666 0000000000000000000f8eabf3de51c9a73e0a7567dcd2396fb958b28367756e 1,590 0.95/1.00 vMB 139
484,665 484,665 000000000000000000121cf2de74da5af97610a05ca7a1a435dfadf195842bf5 713 0.35/1.00 vMB 138
484,664 484,664 000000000000000001158585fd7a1b47b7fe63336a51f2c79d39c9eceea98bbe 1,796 0.97/1.00 vMB 133
484,663 484,663 000000000000000000d13402cc1670e1e6966900952c522ed8444153bb881ebe 770 0.35/1.00 vMB 117
484,662 484,662 0000000000000000002e0f878b6b7ff08c1b0d17d604d671ce9329c672ad23b8 522 0.22/1.00 vMB 132
484,661 484,661 0000000000000000000dd0347ab62da47f0319e6f011eb543fbef794f4695703 855 0.44/1.00 vMB 149
484,660 484,660 0000000000000000001d7cc1a5133a9bbeadb7352404a1d565ada142ac460491 1,634 0.83/1.00 vMB 157
484,659 484,659 000000000000000000b10adf691c19f8cf0b082c94d6f8c1ee8359a0bb39376d 258 0.23/1.00 vMB 141
484,658 484,658 0000000000000000010dc429dfb8f0df9cc4258d334e516b100537cd0ef98f96 2,284 0.94/1.00 vMB 71
484,657 484,657 00000000000000000062cd3c288014e9a83cea1a4285f2788f68ef334b4e5173 2,183 1.00/1.00 vMB 85
484,656 484,656 0000000000000000008eb101653573b22d9f00688104bb1c2639cfd5bb1d1d4f 2,027 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.29 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.