Loading Tool

Explorer IconExplorer

Memory Pool

78,556 transactions
29.99 vMB
0.08827277 BTC
Random Selection Loading Transactions
Max Size: 179.15/200 MB

Candidate Block

Mining Attempt e4e853bb6e4433a4ee723b7e7685d822ccc3ca4ec4fd7320553bfcc57c682b85
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 7ee926a52be1f98e8bff3900077380e40f2bdaa568185535d1fadd352a89c2ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,780
Size: 1.00 vMB
Total Fees: 0.01892454 BTC
Feerates: 100.69 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (275,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,736 639,736 00000000000000000005596ea9a964e63f28341e3ad178eab62d9f05ee9eaba0 3,048 1.00/1.00 vMB 84
639,735 639,735 0000000000000000000ccc1dca9d9eceb66252357c27a37cbb40613c0f92493c 3,111 1.00/1.00 vMB 110
639,734 639,734 000000000000000000094ed18e3096aa8db9e002da44992de3168931463c9f1f 2,730 1.00/1.00 vMB 73
639,733 639,733 00000000000000000007f11aeef74c9adeac3ed2d4877be2c91f50f20ca62f49 2,772 1.00/1.00 vMB 84
639,732 639,732 00000000000000000006d8cc99cedb29e99ceb0a815154f10507f4b65d89537b 2,401 1.00/1.00 vMB 43
639,731 639,731 0000000000000000000a2c0c1206e265f028af1097444c4af098f585a5e378b4 2,588 1.00/1.00 vMB 53
639,730 639,730 0000000000000000000590f091ce6b277a7e2930f9f6333b24fb5d6400f71e5f 3,114 1.00/1.00 vMB 89
639,729 639,729 00000000000000000007d0096b77fb448b13a651596d4ce8f20baac362cb29b4 2,171 1.00/1.00 vMB 39
639,728 639,728 00000000000000000006d982bd923d0dd62e5787331b0b73328c48e8d700a4f0 1,431 1.00/1.00 vMB 19
639,727 639,727 0000000000000000000c5aacba17356fe7cd72402d189856f08a2f5ddcfb2373 1,947 1.00/1.00 vMB 35
639,726 639,726 00000000000000000000e5e238db8aaa475e75bb45eb80e4c4d092ea31b7cc73 1,802 1.00/1.00 vMB 43
639,725 639,725 00000000000000000007b327c835ddedb4dbdc26975572544786b34959984e3b 2,121 1.00/1.00 vMB 71
639,724 639,724 00000000000000000008f0405e94526147ebe879c724e8f4e01e91b1520d2716 2,344 1.00/1.00 vMB 55
639,723 639,723 0000000000000000000deeb8aed55c35b303f975184f1d581a2d343c2fe915b4 2,339 1.00/1.00 vMB 33
639,722 639,722 0000000000000000000e72dbd80e61a71c7bb6b6fb38df7e2fcdcbd44cabd7e4 1,796 1.00/1.00 vMB 39
639,721 639,721 0000000000000000000285d8bb80cad25f0da24a0bf69ef2b86bbe1b40cb2b9f 2,496 1.00/1.00 vMB 81
639,720 639,720 00000000000000000006f388d613cfdedd0cdfa68c372ea947272ec083127fb2 1,998 1.00/1.00 vMB 24
639,719 639,719 000000000000000000075b83af74ffb229a70725135eb429fd1a50d64e71b811 2,069 1.00/1.00 vMB 44
639,718 639,718 0000000000000000000137ca5b6273f38328db1929a424699ba6b88b0c9aed0f 2,309 1.00/1.00 vMB 26
639,717 639,717 000000000000000000016ff2e6293a1fb442836ca70fba1b0be935f3d21a0517 2,554 1.00/1.00 vMB 43
639,716 639,716 000000000000000000091ac2e907463c73c7c3874ee201eff3de99a79e7104f2 2,654 1.00/1.00 vMB 53
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.