Loading Tool

Explorer IconExplorer

Memory Pool

45,530 transactions
28.33 vMB
0.07079961 BTC
Random Selection Loading Transactions
Max Size: 150.51/200 MB

Candidate Block

Mining Attempt da46fec1a5e5627317311712cf4e9efcd60ab3e7987112fb2791305ca9852dda
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 10273a68604597a6d2f8c3b1cc773bc9c6c016ab435f442c321c2f92425e8728
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,109
Size: 1.00 vMB
Total Fees: 0.01719466 BTC
Feerates: 100.23 > 1.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (444,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,872 469,872 0000000000000000013c40e5255fddaeec008222634129b64ee3acc36753ec82 1,569 1.00/1.00 vMB 226
469,871 469,871 000000000000000001561fd92b07756e0b06c3abb7de85ebfc6dcb1343bcd226 2,381 1.00/1.00 vMB 412
469,870 469,870 00000000000000000068ba56d04605a3307a404bd9c76aef1ed7dc6b95ed5119 1,772 1.00/1.00 vMB 244
469,869 469,869 000000000000000000b07f50fa8c91b9a389c6ea24a04bb8a8123dcffa9c6bea 1,946 1.00/1.00 vMB 415
469,868 469,868 0000000000000000015e10aaa35cb25d3a3f000f9b73dd9893a5ac3532adbb3b 1,915 1.00/1.00 vMB 299
469,867 469,867 0000000000000000006de3b6ca7406776f039d13ea74cb50a664c029cf492380 1,134 1.00/1.00 vMB 92
469,866 469,866 0000000000000000016d9837999bc3ca490bae95aa221cda19777b5f90b0cb4c 2,080 0.99/1.00 vMB 339
469,865 469,865 000000000000000001822dd852b5b64b7467809ed9cbd31dc72f7950e600c363 1,444 1.00/1.00 vMB 185
469,864 469,864 0000000000000000002d46f208e5b047e5b70b5c40daa5c9bb917e7c11dd6cc1 613 0.27/1.00 vMB 396
469,863 469,863 00000000000000000158578394e8ad626d94ad249536c6bc33b4c6a0cedbbe1f 2,042 1.00/1.00 vMB 303
469,862 469,862 000000000000000000f81238951246e6b1658adb78f81a726694fdc76542445b 2,477 1.00/1.00 vMB 449
469,861 469,861 0000000000000000017d5cf2ae17020983519179d2c364028fa7249a0da204ad 1,485 1.00/1.00 vMB 335
469,860 469,860 0000000000000000016123c6853bb15c6d5d621009d5b93b678d62a8fadabe1c 1,732 1.00/1.00 vMB 256
469,859 469,859 0000000000000000001a012eba3e477589e586bf38610bf5a2e738ced70b9642 1,690 1.00/1.00 vMB 305
469,858 469,858 00000000000000000091566dc01753963ada91a5f89b809360e77f32cf7da0af 1,731 0.99/1.00 vMB 317
469,857 469,857 00000000000000000192b3a2d76e24490906b98d1b9f87b27acf79ae24fb9124 2,053 1.00/1.00 vMB 379
469,856 469,856 000000000000000000f42ca5dd09183889c99452d20b1f7e3023362d94eb9e60 1,937 1.00/1.00 vMB 336
469,855 469,855 000000000000000000067c7d385dd64fcce8042af980cda7a89f882b9df5174a 2,210 1.00/1.00 vMB 387
469,854 469,854 000000000000000000b5aee98a2a45d129b74423fd69b7252f09931d162f6522 2,979 1.00/1.00 vMB 517
469,853 469,853 00000000000000000153a7c80086500da73ebb36d4a7a667f8eef67b1d711487 2,271 1.00/1.00 vMB 403
469,852 469,852 000000000000000000b62f78f9f2daaeb65894e3d913033f7c5e6e32b7d54b31 1,384 1.00/1.00 vMB 208
Previous 10 blocks ↓
Total Size: 782.11 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: 651.97 GB
    • Received: 13.67 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.