Loading Tool

Explorer IconExplorer

Memory Pool

35,765 transactions
25.08 vMB
0.04916294 BTC
Random Selection Loading Transactions
Max Size: 128.43/200 MB

Candidate Block

Mining Attempt 0824fe8e7f5b28e4038ed04061340dd98305e4faa09e1502aea5deb9a11402e1
Version 20000000
Previous Block 00000000000000000000a6a8f5de49fbdec5568798a22c7444a7cf050d6d96e9
Merkle Root 06ff356776a6aaddce5df4c7b97e9c4331ba5a55f8699080dde1c6d6ee752fbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,796
Size: 1.00 vMB
Total Fees: 0.00426424 BTC
Feerates: 60.16 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,767 (863,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,858 50,858 00000000084127b961aaa05cf5e873d71064557a19e3a81384f3044e43429162 1 0.00/1.00 vMB 0
50,857 50,857 000000001c90ca3a8d549ffaaba9aa6e48acd657378b6f90bb03ad43db59f1de 1 0.00/1.00 vMB 0
50,856 50,856 00000000023d308ac50325d365df532577a836af9768854c198aca7aa3ebb017 1 0.00/1.00 vMB 0
50,855 50,855 000000000add48e06d682342cd9d77ebb7cfd578a7eb8a3812a2bd536dbab5db 1 0.00/1.00 vMB 0
50,854 50,854 000000000ddb2e9ad6262849efbb1e1fa1f220f2239e15d0fc39dcec79d66f25 1 0.00/1.00 vMB 0
50,853 50,853 000000001f1ee05e6d88fa49a6e9f4b1392bbb4928cee36a88dd4f2b136ff535 1 0.00/1.00 vMB 0
50,852 50,852 000000000b4c17d2a848307be4174dcdc9d882ea8386b617953987e19e479169 1 0.00/1.00 vMB 0
50,851 50,851 0000000005909d071a3986716f9ae4a30449128e7b3e25df79edca7e90fe19f1 1 0.00/1.00 vMB 0
50,850 50,850 0000000014faaecf1aaa302b84362551fd9af779baf9f8d74d1ef88fb95e950d 1 0.00/1.00 vMB 0
50,849 50,849 000000001f32f282d1b6de612c7f8fd42dafcbba422bb09287387d5c2d0b6404 1 0.00/1.00 vMB 0
50,848 50,848 00000000021a2f50f7554eb32c1e526216d2ed979509a811270336df3e145cf6 1 0.00/1.00 vMB 0
50,847 50,847 000000000836e557a009f3f0aa54be8df0a4fe50bc8d3865ce0c37f6cfadd0dc 4 0.00/1.00 vMB 0
50,846 50,846 000000000a16e53cd96792085250adff6fbe84bbe8700e6e969c77c1e2566d8c 1 0.00/1.00 vMB 0
50,845 50,845 000000000230c578d7a85d7ad9044f4f3366e922635d250db4ac9bc96b56a2c1 2 0.00/1.00 vMB 0
50,844 50,844 000000001b596ee52869416171826e4f32d0e359be19cc0cf9a47a49ef566412 2 0.00/1.00 vMB 0
50,843 50,843 00000000176b43c1b34d81779fe0d95be1ccb03cdb71cd64faaac6eecba7cf09 1 0.00/1.00 vMB 0
50,842 50,842 000000001bb959d98b9e56d341b2afa883474c96d58dcebdb1841d29d6982333 1 0.00/1.00 vMB 0
50,841 50,841 000000001b1a615f951bca347e2a7d32baf3f31833a6c39223434d259b017055 1 0.00/1.00 vMB 0
50,840 50,840 00000000100c42e6bb36993969f9e36ed34d2db852f687b56b9b61f1c0023e6c 1 0.00/1.00 vMB 0
50,839 50,839 00000000131be9efd69de925ee644801d1c996818169a39721c2342cca1416ea 1 0.00/1.00 vMB 0
50,838 50,838 0000000006b29f1d562c162c963d9278d8a0a13d181692e6004031fd70cbc285 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.