Loading Tool

Explorer IconExplorer

Memory Pool

45,888 transactions
27.69 vMB
0.07618781 BTC
Random Selection Loading Transactions
Max Size: 146.54/200 MB

Candidate Block

Mining Attempt 906f774f04a397124a686e13828e8f48dc80b9ace427e80336212af62d691046
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root bfc07dc71374324e36e53b1cfd3c5226bd1cf5faccf04897b3ad568e9b207e75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.02384519 BTC
Feerates: 502.65 > 2.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (235,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,011 679,011 00000000000000000008d9b6d27d4740cd759eac5d9e2612651bfd11d5dc68cf 1,815 1.00/1.00 vMB 19
679,010 679,010 0000000000000000000706658dedd098f00f219ea45fa1460f97ce6848a36263 1,747 1.00/1.00 vMB 39
679,009 679,009 000000000000000000032b0c735e3939f58ecd9fdcbad248bccd400d6c7842e2 1,306 1.00/1.00 vMB 18
679,008 679,008 0000000000000000000b7414cfbc01517dc5c8608b0b9528922f9975d935735b 1,745 1.00/1.00 vMB 10
679,007 679,007 0000000000000000000839c3ecc5d1d83084ae2931a9cce5930216086b336b5a 2,216 1.00/1.00 vMB 40
679,006 679,006 000000000000000000011152ddf8d1c0c97cba8bb146aa339d1800b6e18ba4dd 1,360 1.00/1.00 vMB 18
679,005 679,005 0000000000000000000915c84872eee697885d83bd994466aed5416d84b661d8 2,016 1.00/1.00 vMB 22
679,004 679,004 00000000000000000007c3047fe71cf645ff626f88b2ea5aaaa876f133ee3f7d 1,712 1.00/1.00 vMB 23
679,003 679,003 00000000000000000000c789803f1a74ffcdab4e64e7a07f65e5e97c1d1dd22c 1,321 1.00/1.00 vMB 25
679,002 679,002 00000000000000000005c9b2f3eca50418c17c55f2cd8b57a71178b086cabcf3 1,862 1.00/1.00 vMB 50
679,001 679,001 00000000000000000000377d3a4a43c60036bf44dc45d9afbd4b1435e1bcc2e7 1,246 1.00/1.00 vMB 35
679,000 679,000 0000000000000000000ae305c403ddd9e7cf03af0f9b7195d20c185cec5379e0 994 1.00/1.00 vMB 71
678,999 678,999 00000000000000000008ea997fb4d04b46e7c7b35cc5909b930916f56d18d843 1,432 1.00/1.00 vMB 31
678,998 678,998 00000000000000000009616d9178ef1724236d39fc4e19e3a7b3a7fbb47b7734 2,068 1.00/1.00 vMB 47
678,997 678,997 00000000000000000006544acab1261edc0027606f90558b6d0b3ba3b2153bfb 1,955 1.00/1.00 vMB 80
678,996 678,996 000000000000000000043393f0fb387039ef485c5d4800d99d0781d1e42622ff 1,961 1.00/1.00 vMB 38
678,995 678,995 0000000000000000000979ea3c642f2ef6cc466b0e1a0c76c48e9a5837b45921 1,711 1.00/1.00 vMB 36
678,994 678,994 0000000000000000000b1a4bb05e7978ea99ad6206d1b9456b3307956c5c75d7 2,306 1.00/1.00 vMB 56
678,993 678,993 0000000000000000000686e4865f75eafb532281d81a1a81e2d036e8236cdbd7 2,230 1.00/1.00 vMB 26
678,992 678,992 0000000000000000000a0ee60abd1ae047d41a8cd5e56b7be07b8ecfe232fa1f 2,200 1.00/1.00 vMB 27
678,991 678,991 00000000000000000001902646ff129a9e74c5f583846ac8532bb114b869d4aa 1,724 1.00/1.00 vMB 56
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.