Loading Tool

Explorer IconExplorer

Memory Pool

81,131 transactions
29.81 vMB
0.10436742 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 6ec3214d11ae8dc5dc2192602af7d13d3f5cdee7562737f3059fc00cb67d346e
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 30cd9031ec65ae8a3e99ce15625685994f93ec90fec5f6d3f3ad69b2f86e52f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.03910492 BTC
Feerates: 146.36 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (222,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,373 692,373 0000000000000000000d04e7ea2c48e14fde435e1f53addc2d3133f6f77004c1 2,622 1.00/1.00 vMB 15
692,372 692,372 000000000000000000046e8c8721c4419f2d004574b8d8728419182737bcf6b6 142 0.07/1.00 vMB 12
692,371 692,371 00000000000000000004c646cfbbede92d6f90cfcfad9695dba6a2601c70d13d 841 0.35/1.00 vMB 10
692,370 692,370 0000000000000000000f827042452b62e61141e9831816c6bd4778e8c2ef4f28 622 0.31/1.00 vMB 10
692,369 692,369 00000000000000000008cd1b74c21412dbf80d9a4ba71ec6d40cc453e03eb3c9 370 0.19/1.00 vMB 9
692,368 692,368 00000000000000000002d191625b972118cac2cf52ed01f7834cfe067972f9b8 86 0.03/1.00 vMB 29
692,367 692,367 000000000000000000087d557d4133afeaa0105b0320ad805226fc1e5cbc3f8a 1,600 0.59/1.00 vMB 13
692,366 692,366 00000000000000000001905623e1030d0be8714e08a769c9fbb6c7cff85492a7 505 0.25/1.00 vMB 12
692,365 692,365 00000000000000000005ae0670d9d16bd82cf6c7588e83d19acfb3c020a7fa15 148 0.05/1.00 vMB 15
692,364 692,364 0000000000000000000b62f17a4ad4159a393f64ffd95426083f44c6974a2a80 2,207 0.84/1.00 vMB 12
692,363 692,363 000000000000000000097fe41dc67196ca569865844eed62b7c3bd34660d7029 343 0.14/1.00 vMB 19
692,362 692,362 0000000000000000000b6e01b01f12e2f3ce0f9a22ef2ec2ea918fa6fef0cef7 449 0.94/1.00 vMB 2
692,361 692,361 00000000000000000009e399462767a6df8e8db7e19756e89b02ec9e4d7d0e3e 2,345 1.00/1.00 vMB 15
692,360 692,360 00000000000000000012d3e4d31541b4eee3b5923ae68a2d046681d81640a075 1,226 0.52/1.00 vMB 4
692,359 692,359 0000000000000000000be6f22cdb379f0bce59d614b14ceed06acc3f0581c6e9 2,822 1.00/1.00 vMB 4
692,358 692,358 0000000000000000000462913eeafc7755650c7623ef508d60255df4f454c081 2,726 1.00/1.00 vMB 14
692,357 692,357 000000000000000000060e5a0cd5968712d15069cad011d05c2bb4be15bfbbe7 2,798 1.00/1.00 vMB 29
692,356 692,356 0000000000000000000a279ced7f3253d142e3076bf8da15e782f639a6e73d6a 2,557 0.89/1.00 vMB 15
692,355 692,355 0000000000000000000a75c17428239aeede2196ca30db17b647f3d40f8af78f 891 0.59/1.00 vMB 14
692,354 692,354 00000000000000000006eeac4ce1a41181ac8ab7deafd8534d8016b3449c1b6c 2,762 1.00/1.00 vMB 15
692,353 692,353 0000000000000000000f3d8b9145f222f82585e0131b152467c3e4afe4d1b958 554 0.96/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.