Loading Tool

Explorer IconExplorer

Memory Pool

80,085 transactions
29.55 vMB
0.09047628 BTC
Random Selection Loading Transactions
Max Size: 179.15/200 MB

Candidate Block

Mining Attempt 68656d62b49e68128a71f1fad404f72af61c5e634074330b4d50474599014eda
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 53b31a44e3e696f88dc814a8720795548a5efd04139e4699fd3324b03358f82b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,180
Size: 1.00 vMB
Total Fees: 0.02825912 BTC
Feerates: 502.67 > 2.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (480,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,561 434,561 00000000000000000205fe7485c3d92c6d6de9a560c581dbe9574dfa282f9296 50 0.91/1.00 vMB 12
434,560 434,560 000000000000000000bc4d40b72810c5bb0986e0d93728a8ec37ec51520962f8 1,197 0.93/1.00 vMB 42
434,559 434,559 0000000000000000014937d9af6e2135a959416282967a629daf5144749b4f4f 980 0.96/1.00 vMB 35
434,558 434,558 0000000000000000038bcc65d4e620187e4753d1b5974a14e7a4b34f574334cd 781 0.93/1.00 vMB 33
434,557 434,557 0000000000000000042c5631035038ebd683bcd55c17a431c7bb7656c70b5bcf 2,153 0.99/1.00 vMB 60
434,556 434,556 00000000000000000044b1ddfa0ca3b227709aee31605f4722730ba93cf8413f 2,199 1.00/1.00 vMB 65
434,555 434,555 000000000000000003fc6c08252610312d49768f0584e112455955368718e9ea 8 0.00/1.00 vMB 356
434,554 434,554 000000000000000003e1acb8ddadd19cdc6a36a57640c7e8752a3fca3a6aa13f 1,850 0.87/1.00 vMB 61
434,553 434,553 000000000000000003a2fd4165e53e70e8c80add1485f29f9d964d67d3dd2170 1,152 0.57/1.00 vMB 66
434,552 434,552 000000000000000002f7e07e0fab27ba742d820cfe183d9a3dddf5712eb0ed5a 2,121 0.89/1.00 vMB 69
434,551 434,551 000000000000000000283a2960f9b8f02eabbd5f13aabb0b7155fbd41e4b3a93 244 0.09/1.00 vMB 118
434,550 434,550 00000000000000000189bbf5421f9d364f44ef3c4e36608586ade0c1f6891d2a 1,413 1.00/1.00 vMB 38
434,549 434,549 00000000000000000112b8bcba83e9c80d3539cd23952e2753757b878be4c828 2,028 1.00/1.00 vMB 64
434,548 434,548 00000000000000000033bccdc88e582694c611a8aa9b7883c08b587ce89c16df 737 0.34/1.00 vMB 70
434,547 434,547 000000000000000002a49995eebfdcac84a9ea8e04a0704dfd981385cff69beb 1,527 0.99/1.00 vMB 40
434,546 434,546 000000000000000001b371bc0aa47719b93744449ca14c13dac1f3243fd05f91 2,305 1.00/1.00 vMB 66
434,545 434,545 000000000000000002ef049b1c689da62a5a36557f91bae51c6e988b739bea3e 1,432 0.87/1.00 vMB 44
434,544 434,544 000000000000000003ed20b1dde37223c932910e6d4406a6b473dc1247cbc906 1 0.00/1.00 vMB 0
434,543 434,543 0000000000000000026ba0a7a734bfc1a3bbfc59dd1ddb8b95d3aa047a90b250 1,925 1.00/1.00 vMB 45
434,542 434,542 0000000000000000023a34cd96666b07091c7a433fc6030a365fdca341a79325 2,601 1.00/1.00 vMB 61
434,541 434,541 0000000000000000027958621fa7e46ead2dcd731dce9c8413c73158d9bf2d40 2,926 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.55 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.80 GB
    • Received: 15.76 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.