Loading Tool

Explorer IconExplorer

Memory Pool

16,577 transactions
10.67 vMB
0.04791714 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.87/200 MB

Candidate Block

Mining Attempt b1829e542ed555e3ef1159696ffd0008dc2e672549d31e66a1063bb4ad4f174e
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root a429eab43af7b41578372b37f743d0a378d77836fbb60499b2bb9fd8dd8edadb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,363
Size: 0.99795075 1.00 vMB
Total Fees: 0.03104594 BTC
Feerates: 194.03 > 3.11 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (728,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,328 185,328 0000000000000423e9c99a8d6de40601d4a05711874ace5ec581552e1af4bbeb 7 0.00/1.00 vMB 15
185,327 185,327 000000000000056c10a3b25f044ca1ae4ca35a1e00e183e6daac7b85d79f89be 140 0.05/1.00 vMB 157
185,326 185,326 000000000000019a3f416d0f3cb18de548b383340f44728322701b5026009dbb 512 0.31/1.00 vMB 117
185,325 185,325 00000000000008390bea32f66022ad60f836a1215a6c8589a5de486c38fdd84e 152 0.05/1.00 vMB 237
185,324 185,324 000000000000046d308c85a6f2eac867997943eb711929814d330ba19d0db46e 73 0.03/1.00 vMB 146
185,323 185,323 000000000000006bb85c39ba756734c68b09b24bb5447799412588a21ad8cebe 192 0.05/1.00 vMB 19
185,322 185,322 0000000000000125bcdfaabed8982e65274a1f0974bb184f60c14d570a49c0b4 677 0.25/1.00 vMB 163
185,321 185,321 00000000000009583212b034a4beda02789b061d170053d47a9da834fde9c0bd 416 0.25/1.00 vMB 101
185,320 185,320 000000000000025794291d12f3e63daca4403bad6800e18d10c7b4570dae2f66 381 0.25/1.00 vMB 102
185,319 185,319 00000000000000f8d9ae524828648983ccb93f1ef9bc5976f3665ea2b115edf0 143 0.05/1.00 vMB 121
185,318 185,318 0000000000000369f84f7feac6de5d0e1b05dbfcb05974b7dbf0bea4274f791c 160 0.07/1.00 vMB 112
185,317 185,317 000000000000071f112190cea747dec1ba4a4861aeccb1b69f6f4792ae949d5f 522 0.25/1.00 vMB 113
185,316 185,316 000000000000084e224543b15ce3aa49d623731f5d42e8cbb3ebd884d9fe30b5 350 0.16/1.00 vMB 110
185,315 185,315 00000000000005138deabbc5a09f124f34e3e9c43c4ed619351184f369cf14e8 176 0.08/1.00 vMB 99
185,314 185,314 00000000000005b48f27676ed979ebb8c35aa4e236c6a5529256782a25fc8553 552 0.25/1.00 vMB 125
185,313 185,313 00000000000000fa1f05ae5013ed84619d6a3145c2e819e20cdedf1670ca06a8 71 0.03/1.00 vMB 90
185,312 185,312 0000000000000737968e2091ce4acaee7822d9990951a9664e4df7c03423df53 66 0.03/1.00 vMB 118
185,311 185,311 0000000000000a88ba8c1fb73a495f4d30d0120f67305cb315f0a7bf4f9a0657 221 0.10/1.00 vMB 125
185,310 185,310 000000000000078fb82741db4700b577357f7bc159f0c71ae5795bdaa67d35f3 287 0.14/1.00 vMB 136
185,309 185,309 00000000000000471a38e87ff2f7dfdd6a8c60fb5e9aae62baf3efd20a422295 570 0.25/1.00 vMB 122
185,308 185,308 00000000000007ba76fd1c644a88334ca266ded929a683d0b350e9bf2f83553a 139 0.05/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.07 GB
    • Received: 4.41 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.