Loading Tool

Explorer IconExplorer

Memory Pool

40,895 transactions
27.27 vMB
0.07713087 BTC
Random Selection Loading Transactions
Max Size: 140.75/200 MB

Candidate Block

Mining Attempt 613aca3725aca9cd03251063b4cb162a41a3e4283000030876687b30516a8395
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 498a08ff1d057a89c60de875d3a8abaecd0965ecb9c2f09fa9466b063d79d16a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,051
Size: 1.00 vMB
Total Fees: 0.02490252 BTC
Feerates: 107.72 > 2.50 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (798,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,023 116,023 0000000000001441ec90f0c40319e3de2f1354a244cb72f88162c23bda2ec57c 7 0.00/1.00 vMB 322
116,022 116,022 000000000000314852bec11ce80a394f35c6e07944e28dd79fe5edcba95901b4 13 0.01/1.00 vMB 985
116,021 116,021 000000000000845bcd250ea7207bd4ca93a7d29eef5dcbe0390233350b203e63 11 0.00/1.00 vMB 0
116,020 116,020 0000000000002443d2edc40eb793da9850d315d1b2a2824a96501349edf30fa3 11 0.00/1.00 vMB 909
116,019 116,019 00000000000054e1feef9c6b5599b274152a3944a2f7fad9451e330c1813b530 20 0.01/1.00 vMB 521
116,018 116,018 00000000000020f68f05166b3fb02368be174ce5eaba56f02a90d3171b90df76 14 0.01/1.00 vMB 984
116,017 116,017 00000000000072d10267fafb3085d60c562359e9540c26daf6ad539d5164da96 3 0.00/1.00 vMB 0
116,016 116,016 000000000000d85bcf71e4591231afef88659704a66ea6a40f57c5e394e0ac9f 6 0.00/1.00 vMB 643
116,015 116,015 000000000000e3faab17441aff9999ecdf99ac632cf6c9080623bab9834d8ff0 1 0.00/1.00 vMB 0
116,014 116,014 000000000000a963e357fe51fffbdad48ae7a2f6ffc7c845ba90d3f0e8651e57 5 0.00/1.00 vMB 719
116,013 116,013 0000000000008ef93af4fca90ed2b17921dc7e1d340748e0d81663dc2d71f05b 3 0.00/1.00 vMB 0
116,012 116,012 000000000000e75db86bc775b4068c1fea0ba9ef414ce36836032ceb8aaa3f79 7 0.00/1.00 vMB 0
116,011 116,011 00000000000093b84685707dce179b9ad61817c76e7febbac16ee9e38371c694 12 0.00/1.00 vMB 0
116,010 116,010 000000000000d7f41009498dab24e1e6356f64fb254498c4f0a3ddfa1b4e7e67 10 0.01/1.00 vMB 897
116,009 116,009 000000000000c356121f3258888570d7ffc13e603de1d00d269c0ce2943e050c 11 0.01/1.00 vMB 742
116,008 116,008 000000000000ab9d923a9a385a8a9605df14305897afccc06addcfd68a047192 15 0.01/1.00 vMB 199
116,007 116,007 0000000000001377c7bcd4f46fdc81c0a31ebd86fc1d9313649e2edb35eae20d 10 0.00/1.00 vMB 1,282
116,006 116,006 000000000000411b811253aba98b20a74293e207247e8460829c214d6c0651e9 9 0.00/1.00 vMB 1,746
116,005 116,005 000000000000a732eea5595e366aa157fc2158a6a9e43aaef4e23b1bd60277f6 6 0.00/1.00 vMB 0
116,004 116,004 000000000000dd2aeb3f8ab5bdb4c7eb612af9ffd2541be707aa06851783cee9 21 0.01/1.00 vMB 156
116,003 116,003 000000000000c0633cb459d8d0f4d6f4cf27a9fdd4421b30b9218a0e8681acd7 4 0.00/1.00 vMB 1,295
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.