Loading Tool

Explorer IconExplorer

Memory Pool

86,747 transactions
31.54 vMB
0.21227704 BTC
Random Selection Loading Transactions
Max Size: 191.47/200 MB

Candidate Block

Mining Attempt 30f9cdab7324f48d8a94f1dc678383385fa3c7f46639d83b61b21b0cf645e6f6
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ec2bacd14639d8eed4dc9b42e66746ca41d2948210dd61f3712d613c0bd5d955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,547
Size: 1.00 vMB
Total Fees: 0.10723763 BTC
Feerates: 502.67 > 10.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (319,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,450 595,450 00000000000000000003eef4da29a861f324c566f273f61db13c1d92a69b8c92 2,643 1.00/1.00 vMB 20
595,449 595,449 0000000000000000001504b4bf66ea4686546042bc91eda2e958f87c96f1431f 2,765 1.00/1.00 vMB 31
595,448 595,448 000000000000000000067bf785f8cf38481cf7e776a4b29a5b1653141538aae2 2,178 1.00/1.00 vMB 22
595,447 595,447 00000000000000000009136e9596d4d990b6ba7f3a836c849447c31045af25f9 1,794 1.00/1.00 vMB 26
595,446 595,446 0000000000000000000a37e96be857dee4a924b12761b15678800c3d9576cd97 1,514 1.00/1.00 vMB 52
595,445 595,445 000000000000000000079c43fb770154f8d5783a78017532491a6787d6282a24 1,006 1.00/1.00 vMB 80
595,444 595,444 00000000000000000011b7f7b5fee5ffaae6e651cf323c4e155fd981ded4a179 2,804 0.99/1.00 vMB 39
595,443 595,443 000000000000000000045783b25f193b344404871b85348b188b2e735f3b539f 2,771 1.00/1.00 vMB 33
595,442 595,442 000000000000000000167cc560d6bc6436e6e5f26858e489beae00f557e8de28 1,765 1.00/1.00 vMB 23
595,441 595,441 000000000000000000104bfa680d79939c067c9874b3558254e6b5f1cb0cac32 2,309 1.00/1.00 vMB 42
595,440 595,440 0000000000000000001126e67ec47490226d2cfada157eb16b6df38d58f8e76b 2,581 1.00/1.00 vMB 46
595,439 595,439 0000000000000000000b8013808e3cb59bc0d08020b869e3f1d725e574ade8dc 3,084 1.00/1.00 vMB 24
595,438 595,438 00000000000000000010add8c887c4d90cbdd5a5840c8def6718c3b6f27a3b78 2,910 1.00/1.00 vMB 33
595,437 595,437 0000000000000000000fb107199d1382f50a3ec1c7277fbdbc8ed07977234069 2,723 1.00/1.00 vMB 34
595,436 595,436 00000000000000000012c60bf08de1b84e26850a1c67bbcc06e77cdd23f92cdc 2,555 1.00/1.00 vMB 16
595,435 595,435 000000000000000000165430f7a9e3a525e2fd8ddaa6490547978a40774576d5 2,322 1.00/1.00 vMB 17
595,434 595,434 0000000000000000000d9aa87bcb64503db227c90044eb00ad4acfa6e23edea5 2,738 1.00/1.00 vMB 44
595,433 595,433 0000000000000000000532252478a0a9edf173e5a7db71a5288d003ed7cf6fb0 2,820 1.00/1.00 vMB 36
595,432 595,432 00000000000000000007fe48b72300a279ca99fe5c98a7dd1a716c846d8beace 2,389 1.00/1.00 vMB 46
595,431 595,431 0000000000000000001755c9905032421bfbde78ac33a4e8bd1a97fa18b79ff3 917 0.30/1.00 vMB 21
595,430 595,430 0000000000000000000cddb2e92cb735ecb7cb1ceeebb26aa822fa3e8ba4d3ef 1,141 0.40/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.61 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.94 GB
    • Received: 16.08 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.