Loading Tool

Explorer IconExplorer

Memory Pool

78,610 transactions
30.00 vMB
0.08863261 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt 3e86e4945333617326d46c948edc8125c6671f2be5cade225e7885dbcb56efdc
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root bf2d4f633cfd7d95b96b65d0466ac8d641cfb07af44d8463a32b94e8ea9f3677
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,828
Size: 1.00 vMB
Total Fees: 0.01954604 BTC
Feerates: 150.61 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (120,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,370 794,370 00000000000000000004d22b57bc4bdb415364560f65c31134b726c61df6e642 3,077 1.00/1.00 vMB 30
794,369 794,369 000000000000000000033b702e02ac7a225b9a1ef2a2cb8898cb238ccd304407 2,550 1.00/1.00 vMB 32
794,368 794,368 000000000000000000003d6e1a4450622897bbdfe63f4f9934829d4dcdb3679c 2,742 1.00/1.00 vMB 53
794,367 794,367 00000000000000000000b0b6cea05dd64f78a5224936dfa317f28ad207e7d8ab 3,166 1.00/1.00 vMB 37
794,366 794,366 00000000000000000001fe9682d47037e650e9de2a37217ad0c60a4dcdbdfa6b 3,016 1.00/1.00 vMB 62
794,365 794,365 00000000000000000001f2e6e98393b94e84ad46e0992318afbbd06fe1c50d9f 2,789 1.00/1.00 vMB 17
794,364 794,364 0000000000000000000225af9b0da26143cda87eae50de3ad5404a2b3ddafcf9 2,481 1.00/1.00 vMB 23
794,363 794,363 000000000000000000053569fd7cdd15def158699f6791ea5196ce57a497737a 2,763 1.00/1.00 vMB 30
794,362 794,362 00000000000000000002377dd5e17b7ffff6f6648d9fa3efd17282aa906a2bd5 2,545 1.00/1.00 vMB 28
794,361 794,361 00000000000000000004cefdce051b71ae24b47bf640f403527f4c351ac52f39 2,465 1.00/1.00 vMB 32
794,360 794,360 000000000000000000034059f9b8c878e048a9878d0d0627e71cfe062bc27f22 2,569 1.00/1.00 vMB 39
794,359 794,359 00000000000000000002164a7d032f3fa519d4a7d5a0f4823a37d585550562b1 3,276 1.00/1.00 vMB 22
794,358 794,358 000000000000000000037c217aeaecd3b91a5f8c744cff2890cba7a50018e57c 3,329 1.00/1.00 vMB 13
794,357 794,357 0000000000000000000369956c3f02e9201ef676d7732ff5a19f74eae6535857 2,022 1.00/1.00 vMB 16
794,356 794,356 000000000000000000046e22291f6135aed9a212473bb432f79e23580bbcd491 2,994 1.00/1.00 vMB 18
794,355 794,355 0000000000000000000511889c817550e16a0586e8a449452450aff0bcdb11d4 3,447 1.00/1.00 vMB 39
794,354 794,354 000000000000000000003f75d5590b4613b307ee9d486fcc734ade66f8e3d704 3,261 1.00/1.00 vMB 26
794,353 794,353 000000000000000000051fb54fa1cb411a392bd8333be032c86489532e304a88 3,329 1.00/1.00 vMB 33
794,352 794,352 000000000000000000027aae8d7d3b53c2a1d543784a25e634c06a3ea8a7643a 2,760 1.00/1.00 vMB 19
794,351 794,351 000000000000000000016d5aff2d51d5bb8cc0e7405a801aaf8cf7bcfc00e04b 2,780 1.00/1.00 vMB 42
794,350 794,350 0000000000000000000299ff60073cad4389af887c386fb43d44e0b391f09c05 2,423 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.