Loading Tool

Explorer IconExplorer

Memory Pool

41,110 transactions
26.63 vMB
0.06756223 BTC
Random Selection Loading Transactions
Max Size: 138.84/200 MB

Candidate Block

Mining Attempt c090cb75872869d9dc5f19eb096c64f2390005450496d5acfe6a5d96caeb042a
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 91f658f3c94dd4885b9dcf7aaa17ea5377acbf1e1df32b8b28b6b2f0b2ec1407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,699
Size: 1.00 vMB
Total Fees: 0.01787343 BTC
Feerates: 265.25 > 1.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (795,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,808 119,808 00000000000086faa9e777dd1026a80c954c3ffcab822b10f6276721bfb7c8c3 8 0.01/1.00 vMB 167
119,807 119,807 00000000000031684321fd93ae616ecc973d98d77b3f20acf7c33f991e742a09 12 0.00/1.00 vMB 0
119,806 119,806 0000000000009ac5ee9d7d768146883c4c266c02bcef85f9b7fb68ed21332814 12 0.00/1.00 vMB 319
119,805 119,805 000000000000b1924d9294c2552d6e8adbedb2ca7db26af9deac88eb539943b6 11 0.00/1.00 vMB 1,159
119,804 119,804 000000000000301c39bba7840207d2c6e20dbef5a67348c4016bcd1b946ca0f7 9 0.00/1.00 vMB 0
119,803 119,803 00000000000018880b7465c926fb38bdd2d30fc842e9b9361b1d490ec9e88534 13 0.00/1.00 vMB 793
119,802 119,802 000000000000149114a5f701221fdec00928e293f9fcc4c8e28a57ddb2168b18 31 0.01/1.00 vMB 2,367
119,801 119,801 00000000000039535b0b20dceb85a53f8e46ea22ab559b4eb26e9ba4626945a5 12 0.00/1.00 vMB 338
119,800 119,800 00000000000087a9e18d9a62f87222cd3a8e10298880fd61f57a1f9abf4cc57b 13 0.00/1.00 vMB 285
119,799 119,799 00000000000067474900fe924a9c7ab7ef5ca89cc064bc965f579b572df21e1c 5 0.00/1.00 vMB 0
119,798 119,798 00000000000004ea6f2635265fce7ac1353a81829b1b749d1883a9274d6257ec 13 0.00/1.00 vMB 0
119,797 119,797 0000000000009b8ea5c88ad8303c62f853413aa343e7d1850e8d5bf8bd751c56 13 0.00/1.00 vMB 834
119,796 119,796 000000000000637c345988376701ec6d5cce0bbc29386b5a8756cd631dec0fd1 12 0.00/1.00 vMB 0
119,795 119,795 0000000000000db66a78f7ee0dd1ec7e786c1c0ca4e85329ae8fc3d98ae31987 9 0.00/1.00 vMB 320
119,794 119,794 0000000000004c42dc4ba60825188a70a295f6e83f04878961fe47d65f4117d1 10 0.00/1.00 vMB 0
119,793 119,793 0000000000009ce117e3b4d3fd5a4dcdfc4d3794bdc2921416478ee260ef17bd 12 0.00/1.00 vMB 0
119,792 119,792 00000000000052bfa57bcf1aaa3d636d3bccb62e5f9898788012bc71636479e2 9 0.00/1.00 vMB 423
119,791 119,791 00000000000052863b0c3ceb0f82bb2b102ebccf18e8d324cd2100342d7d49f6 14 0.00/1.00 vMB 0
119,790 119,790 0000000000003eb16ec1958a0c05a5b6ee6e9741642a8cb612902d99afe07b89 11 0.00/1.00 vMB 323
119,789 119,789 0000000000007c08e2aac3603da1b2a32ac07e470a5d474bc94c777cd1a4c5ac 7 0.00/1.00 vMB 319
119,788 119,788 0000000000003a1cab3990e9af9c0d399c434b009dfa2d8f6621ac15689ed4f7 9 0.01/1.00 vMB 237
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.