Loading Tool

Explorer IconExplorer

Memory Pool

68,491 transactions
37.29 vMB
0.16601110 BTC
Random Selection Loading Transactions
Max Size: 199.70/200 MB

Candidate Block

Mining Attempt ee58c084c9259269f278fa55aea68c3e4429e1ca08054c833b6d1b8b434b34c2
Version 20000000
Previous Block 000000000000000000018eb5aa3d4a22f845fc40e3951e74631990c6eb927a84
Merkle Root e7164d9559ee0a29e2deca12e79ce985f236579a1358e4e0c93930e4489703a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,024
Size: 1.00 vMB
Total Fees: 0.06462933 BTC
Feerates: 153.90 > 6.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,405 (786,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,360 128,360 0000000000000e9dae70708623290202bf525381133c44e41f010a9f7216856a 19 0.01/1.00 vMB 1,048
128,359 128,359 0000000000000417ff2c0433671ed8c121cef9334f3d77308df216ad07a14700 54 0.03/1.00 vMB 888
128,358 128,358 0000000000000489bba009d61f206d892c13c343ed4bdcc553455186215efe56 48 0.03/1.00 vMB 486
128,357 128,357 0000000000001b52ed78aa0c1661b9d610a2f07ac10f86fca583eaf00d205fe7 68 0.03/1.00 vMB 2,461
128,356 128,356 00000000000016550553cbcf53de73caa73f0f90e35b16bdefb2a15cb891bd5d 154 0.05/1.00 vMB 20
128,355 128,355 0000000000001060fe73bb9035e201a7f5ba67f072805dfc1582f2f01fa8e45b 77 0.11/1.00 vMB 294
128,354 128,354 0000000000001627c79fd7016551687067d3f52ee23914d020e1b52b31a677d0 55 0.03/1.00 vMB 705
128,353 128,353 00000000000015b8ba91491b5c9a618063b8985183e288879af36a00060f661a 6 0.01/1.00 vMB 459
128,352 128,352 000000000000246628b20da39496387d8d15a8ebd5e835c1dca01235d84be071 12 0.07/1.00 vMB 1,096
128,351 128,351 0000000000001e624d79c5dc982cd9fbee9f203edd7d6a1eaf75a15974c61698 9 0.00/1.00 vMB 377
128,350 128,350 0000000000001f98d0652203842c542f939e2d37621b26198c32bc6d968ac011 36 0.02/1.00 vMB 394
128,349 128,349 0000000000000198c0fff91a2cfcbffa87e2cfeb807f0e8c5e5efe6c926f7a07 31 0.01/1.00 vMB 381
128,348 128,348 000000000000142a5f258d1fb4beea466dd32cf01a21d9c09d21d3b64ae06cf4 15 0.01/1.00 vMB 537
128,347 128,347 00000000000006cc6e0038eed4fe1e62f6e8aa0b4b5401d964d133a200a47f87 10 0.00/1.00 vMB 336
128,346 128,346 00000000000025f35c2a755626ed52884655409887cdbf411bb4ac5464b6f394 11 0.00/1.00 vMB 0
128,345 128,345 000000000000014aa485c4f7a65cc7faa8b3766bab14c99a84be811f4d2f190c 19 0.01/1.00 vMB 943
128,344 128,344 0000000000001561f17fc2ec5af0f53a7e95c6dd301082946d6df5cb05763d68 94 0.03/1.00 vMB 264
128,343 128,343 00000000000014f700a3457a53bae91c2e486c216a386c520f1527755f22b28b 43 0.02/1.00 vMB 304
128,342 128,342 0000000000001569a2493f3e6d5ec2093242bfa3752b14decaa019fe9e6794ce 3 0.00/1.00 vMB 2,172
128,341 128,341 000000000000129a145d4ecd26d675a2b15f9478eac5957f950c7ad54815a4f0 7 0.00/1.00 vMB 1,810
128,340 128,340 0000000000001f9f6b454b0afac09b60a935b11715f11e25bb63fcfa8d7318db 12 0.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.32 GB

Node Details:

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