Loading Tool

Explorer IconExplorer

Memory Pool

72,495 transactions
27.98 vMB
0.06759503 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt a258c34bdc639ff6033d37b2952ec2df9888a3377718860607cc7fa80143a2b6
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (248,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,125 666,125 00000000000000000006db032f5aadadfa181eb0ecc22152b3816e3916de941b 2,299 1.00/1.00 vMB 107
666,124 666,124 0000000000000000000a3e4ed96a91ed59545f56a267b63daf4bbc2b0c3d7a4f 1,161 1.00/1.00 vMB 57
666,123 666,123 00000000000000000009a2bbb5f286b6ba6302fb920013f17246ff7118842812 2,133 1.00/1.00 vMB 65
666,122 666,122 000000000000000000085a3613d572402ccf393478e3b4be3c1674e20146b6c8 1,501 1.00/1.00 vMB 57
666,121 666,121 0000000000000000000d4d341dc540804abbc5cc59484c003e53186a41486566 2,477 1.00/1.00 vMB 123
666,120 666,120 0000000000000000000b7b362342d54df50025d96f1098241b58a9c70b4cf635 2,163 1.00/1.00 vMB 70
666,119 666,119 00000000000000000005d33a4457bdb19dcb26904a1f6455cc377a9c866edc87 1,346 1.00/1.00 vMB 60
666,118 666,118 0000000000000000000416faad059ad63127e6666f6697fc452cc4df469435b8 1,262 1.00/1.00 vMB 129
666,117 666,117 0000000000000000000a1161fcb073ea4454ea7ccb4a6d68c5c7a557ec451219 2,428 1.00/1.00 vMB 92
666,116 666,116 00000000000000000001e70a15f183f657d89ebe01d3c9e57aa4cb6dfa2797c2 1,616 1.00/1.00 vMB 54
666,115 666,115 0000000000000000000042e8ddc847ddd7d870f3b7a52bf41173616ffaee0de4 2,386 1.00/1.00 vMB 76
666,114 666,114 00000000000000000003b4e995ec6a1090bc96dbff31da35a120fb5e942d68f4 2,218 1.00/1.00 vMB 57
666,113 666,113 0000000000000000000c21559ca682f7263a9160583b3691bf5cf29dcedb59c6 2,306 1.00/1.00 vMB 119
666,112 666,112 00000000000000000001adc88cf995fd4514625b7d24bf30bd49d3ee42fed649 2,574 1.00/1.00 vMB 113
666,111 666,111 0000000000000000000af32a8340284e72048ef5917e5506b9e5d03b7fd25399 2,318 1.00/1.00 vMB 60
666,110 666,110 0000000000000000000cfc6c615bf8678ab073897821b703a968b2785f66851d 2,447 1.00/1.00 vMB 58
666,109 666,109 0000000000000000000b89b3bdfd9200bf1e17e4f1eee57116d5f957548a2d54 1,697 1.00/1.00 vMB 82
666,108 666,108 000000000000000000018e50299d76bd1a0a796513251ef4c8c047e20e032726 2,299 1.00/1.00 vMB 66
666,107 666,107 0000000000000000000bb5741280acacf1e8fedaaa7c2b7176c75b7ef3a9bc03 2,497 1.00/1.00 vMB 77
666,106 666,106 00000000000000000000e227c6e5ee2af4305de0c4a46160387bbd47e31a7c4b 2,423 1.00/1.00 vMB 61
666,105 666,105 000000000000000000099b114353af1604886081f5861211b31b524c30cfd8e0 2,023 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.