Loading Tool

Explorer IconExplorer

Memory Pool

78,146 transactions
29.27 vMB
0.07681134 BTC
Random Selection Loading Transactions
Max Size: 179.42/200 MB

Candidate Block

Mining Attempt d1cb8d62b160b1e83e1c3ba43afefe1fe8674f02a3a6d7b6d8fc1eb5166629ba
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root d39a26d7f4517d12deee2aed3e3ee0b66a07d9c97eb81f8c45496adeb96b41ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,535
Size: 1.00 vMB
Total Fees: 0.01269222 BTC
Feerates: 73.20 > 1.27 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (505,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,027 410,027 00000000000000000021e2973c8708d91e1056beee4f027360cf0bec17525267 1,718 1.00/1.00 vMB 35
410,026 410,026 00000000000000000281df1f57ea0ba2f110fe67103b5a653e602f6cca1895ab 1,567 1.00/1.00 vMB 30
410,025 410,025 000000000000000002d0658e85dc35e9f64d1ca49c3ebd95e508a40c9b53bb7c 14 0.00/1.00 vMB 132
410,024 410,024 000000000000000005bb5f043db65c4928b9c3f00cb2fa7f1fe564af22aa624e 1,569 1.00/1.00 vMB 32
410,023 410,023 00000000000000000619e2ac416c8900539be108b257d3c0007c183280420eca 1,130 1.00/1.00 vMB 24
410,022 410,022 000000000000000001e1daf07fa70f4dc48507b0c172b8cbf07b2356830d1320 1,590 1.00/1.00 vMB 27
410,021 410,021 000000000000000005bf72ee26c03153fb8e69b353f32be564d51b9029f27ecc 3,099 1.00/1.00 vMB 36
410,020 410,020 0000000000000000010cf886e1a35209d03ae115d499a9dde1f170ff99214144 2,784 1.00/1.00 vMB 59
410,019 410,019 0000000000000000000bcbb69e1699ef16d191ccae4d7dd53682a47bd058cd09 3,326 1.00/1.00 vMB 73
410,018 410,018 000000000000000005f37b7da9b62c068ba405acf3dd4e820e138e6e77d5252f 1,918 0.99/1.00 vMB 36
410,017 410,017 0000000000000000050e265b5dceb3f63ec8989692cb6cd7757c8abe2f45fee5 1,786 1.00/1.00 vMB 34
410,016 410,016 0000000000000000044e6d3550d9af2fd6a627d7e480d774f34d06d93e61823c 1,871 0.99/1.00 vMB 39
410,015 410,015 0000000000000000051b92b031956e5ab7459f7f3da60f03cc068910a9d291de 1,461 1.00/1.00 vMB 26
410,014 410,014 000000000000000003e5e45db53958541d309bcea0bfce41da657fb5b0d9656c 2,744 1.00/1.00 vMB 35
410,013 410,013 00000000000000000509f58b69c4429639c781051e6502f3119b5afac7712167 3,455 0.99/1.00 vMB 46
410,012 410,012 00000000000000000615640c26599b6b3d9f1b8f091e8feb3ded075ab4c04301 2,855 1.00/1.00 vMB 88
410,011 410,011 0000000000000000037743ee86bf8182cec34ace1546811db9068ad75eca47b0 1,587 0.91/1.00 vMB 32
410,010 410,010 000000000000000002e10fa01a3927be30edad836b85c7cae119d0b2a3cf3903 1,783 1.00/1.00 vMB 32
410,009 410,009 000000000000000001095a8577383f13707581f9b0ce129eb400685c5531a2bf 2,562 1.00/1.00 vMB 48
410,008 410,008 000000000000000000a92e8fc85d5bc8f5427a25fdf07b5d1d3d9379bf4fa7fe 1,187 1.00/1.00 vMB 26
410,007 410,007 000000000000000005571ff250cc080873780cdb8dcae0979f7ef3032d0b7890 7 0.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.