Loading Tool

Explorer IconExplorer

Memory Pool

79,283 transactions
29.45 vMB
0.08918562 BTC
Random Selection Loading Transactions
Max Size: 178.18/200 MB

Candidate Block

Mining Attempt c2ad6e79c58b3506d86ca5a885308155953ca6190b9bf93e05e8554038c32f17
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 3c09251ecb0c2fdcc0d696866af6660ba022e0a742e0df58e822337edeaa93bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.02721923 BTC
Feerates: 301.60 > 2.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (55,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
859,517 859,517 000000000000000000004d44ce25d92326fa3646cd83b6ab31cb683c6210d5a3 6,285 1.00/1.00 vMB 3
859,516 859,516 000000000000000000012fc65349e4d3af15820865ead46a189deb21ee8ed39b 5,502 1.00/1.00 vMB 4
859,515 859,515 0000000000000000000014de42f2763817faa0012e359c84fb4014a3aa3135ec 6,109 1.00/1.00 vMB 3
859,514 859,514 00000000000000000001a0de3bd77e81dd64de2be936c45a6db16f30c5b1861c 5,319 1.00/1.00 vMB 3
859,513 859,513 00000000000000000002bc8b6e5a7778ef1782d15fa3b1293302976a8d4e3c22 6,422 1.00/1.00 vMB 3
859,512 859,512 000000000000000000026c8da337d3b352569e2fea77d8176915fc1870f181ff 3,664 1.00/1.00 vMB 4
859,511 859,511 0000000000000000000223db0c7fd7bb1cbb580a06633494f89c58b9c1240c3f 3,548 1.00/1.00 vMB 4
859,510 859,510 000000000000000000023242614c1a4cb1e5f2dcf6fad5951d497478ae39970a 3,227 1.00/1.00 vMB 9
859,509 859,509 00000000000000000002cebd5d0ccebc32ae3791b512f71f28de1ab0f5670526 2,251 1.00/1.00 vMB 3
859,508 859,508 0000000000000000000014d21aae7a0b1bf09c3e01767d189799a38ec6ff2198 2,217 1.00/1.00 vMB 3
859,507 859,507 00000000000000000000e599a8954c72c61d10bf20017a9abfd06a1eaf392aed 4,115 1.00/1.00 vMB 6
859,506 859,506 0000000000000000000142f5e8e83cf5b343dd7852b39e39037b1c1a2249ec84 3,142 1.00/1.00 vMB 14
859,505 859,505 00000000000000000000ffb07ab71e04813333ed329256db56cb1d4e8cb8df90 5,940 1.00/1.00 vMB 5
859,504 859,504 00000000000000000000b1c236815bbf47893b3eff3d411915673b10e23b51d5 7,273 1.00/1.00 vMB 2
859,503 859,503 00000000000000000001448ae2463edb4eb80f654c4f555cbe814cdd4e50ba15 7,791 1.00/1.00 vMB 2
859,502 859,502 000000000000000000029a0c5f2b52cf9065b6c9f8c3e3bb7e7964f4ebfacb7c 6,717 1.00/1.00 vMB 3
859,501 859,501 0000000000000000000021ec698484f9a3503d3509c18926785c9de83d57049f 7,117 1.00/1.00 vMB 3
859,500 859,500 000000000000000000018e7833311520073214a46a768fef9cb44133cfd98162 5,689 1.00/1.00 vMB 3
859,499 859,499 00000000000000000003208c8ad11e9507848536b7b2c68e34a679ac138920fa 5,726 1.00/1.00 vMB 3
859,498 859,498 0000000000000000000098ac379623c72680e3421d4e37a8164b09ac35ab90f8 4,522 1.00/1.00 vMB 4
859,497 859,497 000000000000000000021da05e12be27c9ea164613e8c68b596c5c1434bf6baa 7,160 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.