Loading Tool

Explorer IconExplorer

Memory Pool

82,329 transactions
30.17 vMB
0.13604532 BTC
Random Selection Loading Transactions
Max Size: 182.29/200 MB

Candidate Block

Mining Attempt deaa505a0161c044b11f15f09b749a17881b4976c4fef1a031b6e2acc175b7a2
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 455eb7ad3bfbf3efb93b5802439624d3d85c66133a4380a210b353735ad8204c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,254
Size: 1.00 vMB
Total Fees: 0.05646680 BTC
Feerates: 477.45 > 5.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (318,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,800 596,800 00000000000000000013fefbcfe53434a93e8bd21f18bb86fe7ec2f3f65cb495 2,612 0.88/1.00 vMB 21
596,799 596,799 0000000000000000000444c9e2a12fdaade1332b3b8ae755c0c598f2c070ecb3 2,453 0.77/1.00 vMB 21
596,798 596,798 0000000000000000000778397c240fb7d906f32591c6cf53fcda66d38466b170 1,391 0.42/1.00 vMB 25
596,797 596,797 0000000000000000000d091c25b7eb2d07337e13f2e57281a53ca33652ffe750 2,354 0.71/1.00 vMB 21
596,796 596,796 0000000000000000001581d87bea16d40d86406f9c53556638013ecefd5d3c93 1,575 0.49/1.00 vMB 22
596,795 596,795 0000000000000000000b8a626139b4b1f441a7d18e1eafaa099801b94b803cae 328 0.08/1.00 vMB 19
596,794 596,794 000000000000000000062710d1c933b1a3fd8a32bea54203b56e667b5c6db242 1,582 0.52/1.00 vMB 30
596,793 596,793 0000000000000000001081c2968708c806d0cb49bbea551fbd0a255bdc3a01bc 2,765 0.90/1.00 vMB 4
596,792 596,792 0000000000000000000eaac4bb5539b33f0134e26df68bd52d44057f43721f66 3,051 1.00/1.00 vMB 46
596,791 596,791 000000000000000000047c79810deacb81f53cad26754279d1f4225439862979 2,921 1.00/1.00 vMB 31
596,790 596,790 000000000000000000042829b9c97edb4f7f8c7ad552d3a5d7f09a7ee4b78cb0 2,649 1.00/1.00 vMB 3
596,789 596,789 0000000000000000000bcd67c2554d98b684725611c97483b9e5210449ae6d02 2,548 1.00/1.00 vMB 38
596,788 596,788 000000000000000000017a58b1763994b6d7d497e2cd4c619e1419b5059efe39 3,114 1.00/1.00 vMB 35
596,787 596,787 000000000000000000071b4748f32cde7247849c0a0758d588cf9e43f2f9ac3a 778 0.32/1.00 vMB 23
596,786 596,786 0000000000000000000b4e6d709436b530089b5d60ac8510ee64f05946cea341 945 0.29/1.00 vMB 23
596,785 596,785 0000000000000000001563a3f7376927525e6693ec6febfcec67c4b615cc07d9 2,895 0.99/1.00 vMB 14
596,784 596,784 0000000000000000000b3e36e6578d4a48d8bf8fa880d44b30f87687a7fc09ba 2,960 1.00/1.00 vMB 36
596,783 596,783 0000000000000000001063ca7c0c3c16a66a6530b7293f568528efc2bd3ae10a 1,679 0.48/1.00 vMB 10
596,782 596,782 00000000000000000002121f3c65d2ce0972d2b1f58e4418de898cbb1006519f 2,771 1.00/1.00 vMB 29
596,781 596,781 00000000000000000000d97a46904026bf766331b67353e1c1940b842161be7d 1,719 0.62/1.00 vMB 29
596,780 596,780 00000000000000000002466546a5bf891ffdbc9d1a1373f5b4eee849ba1b6f02 313 0.11/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.