Loading Tool

Explorer IconExplorer

Memory Pool

80,204 transactions
31.12 vMB
0.08013982 BTC
Random Selection Loading Transactions
Max Size: 188.32/200 MB

Candidate Block

Mining Attempt e5ad7a91044de7bf4c433e2b377bd0532f4a9f66689fae4272663091243ad565
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root c4c917abbfe81e855eff8d8ef9a618d2a8a14c013658002575ecc65c88008399
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,770
Size: 1.00 vMB
Total Fees: 0.01303241 BTC
Feerates: 100.25 > 1.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (514,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,861 400,861 00000000000000000326968aca35fe6a455413a99faa046e8546926aff6984f7 2,085 1.00/1.00 vMB 55
400,860 400,860 0000000000000000062192594da6baccdbb213dbc5d512f083a7e13365d6f996 1,645 0.99/1.00 vMB 35
400,859 400,859 000000000000000002eb7b98bb181efc01910162922c4cd2c7f7c1f96c798d03 1 0.00/1.00 vMB 0
400,858 400,858 0000000000000000001a644c0677a7a1d6b4f38cf3d2cca067c2d979fc1ba564 2,409 1.00/1.00 vMB 46
400,857 400,857 0000000000000000045a03e0e551c4e674f301e0a8eeb217a31ad13580446626 1,458 1.00/1.00 vMB 36
400,856 400,856 000000000000000003e0fff43c1412a4874139510ac1ac237ff1ebea3ecca166 1 0.00/1.00 vMB 0
400,855 400,855 0000000000000000060bebc1a618cfb8c922411986568ae80a70f0dd249606fc 1,458 0.75/1.00 vMB 66
400,854 400,854 00000000000000000316bdf0b877b4e2118e93e77dfc1bf9730df35ab769cb2a 1 0.00/1.00 vMB 0
400,853 400,853 0000000000000000042b91b2ade5fe6f6e69c3138d7826d5ee867826e4fe370e 1,810 1.00/1.00 vMB 35
400,852 400,852 00000000000000000204a260405e00b2b1cd2a24e5354381db83472ec2d01f15 1,352 0.93/1.00 vMB 49
400,851 400,851 0000000000000000067bd24e3539571e898c2a5e6b1f8139400ce011ca5a406c 1 0.00/1.00 vMB 0
400,850 400,850 00000000000000000487ed6208515ba1b03f40b10a2e7161d0e8acce8ce4fe4d 2,042 1.00/1.00 vMB 436
400,849 400,849 0000000000000000064faddc4a067449927e9df22ce7d52de8e6e88b9b073a17 1,795 0.99/1.00 vMB 51
400,848 400,848 000000000000000002a4ce41bd1e57f50a3017d5bc917852c1ac5ec3d24d679a 2,141 1.00/1.00 vMB 35
400,847 400,847 0000000000000000033a9ab95be6ad86799375e8eb0b367e09c17855a88c2cad 2,953 1.00/1.00 vMB 69
400,846 400,846 000000000000000002f7df13934a3a8a5cda1297c6b610b4ab81463fe7af9e46 2,715 0.99/1.00 vMB 67
400,845 400,845 0000000000000000027d49ca176d3bf3d20e1867401c20922f0271747d4bc7c4 133 0.99/1.00 vMB 17
400,844 400,844 000000000000000000d4e8641d28e4d8ff9fe514728c2ae39aaa839a303a4308 1,833 0.95/1.00 vMB 37
400,843 400,843 000000000000000002404e06a63724a8f2844a25e71460bd71d6ac113068bc83 2,714 1.00/1.00 vMB 59
400,842 400,842 00000000000000000425ff88be5982b01f454e78576b8ca78c00b08c052941fa 2,567 1.00/1.00 vMB 63
400,841 400,841 000000000000000002a3c178be0d21c89584dd3eab1ee4f2e16783aeafa24f72 2,208 0.93/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.