Loading Tool

Explorer IconExplorer

Memory Pool

82,810 transactions
30.53 vMB
0.16008808 BTC
Random Selection Loading Transactions
Max Size: 185.28/200 MB

Candidate Block

Mining Attempt b6df9327e21759fabf7f9f604f9eecc21bb729e2463a61aef5221273b1ce7741
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 92c15aac5340ec427c7344ef88733d296e5d674d32e21231ca9f8654b156ac85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,058
Size: 1.00 vMB
Total Fees: 0.08186629 BTC
Feerates: 111.00 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (508,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,980 406,980 000000000000000004f6b975a4190b9b4e5ae75a57e599725fd7d46843957c9d 2,819 1.00/1.00 vMB 52
406,979 406,979 000000000000000004088a1cdcc1c843f31bfe1e78b092ada7d1199d0f915784 3,105 1.00/1.00 vMB 60
406,978 406,978 000000000000000000a0040c3c216be1f216f366e3b8feea6735914e12fbefeb 15 0.00/1.00 vMB 112
406,977 406,977 000000000000000002bdb6fa7c42eff1f6a700728f76c26fe2fcece74c883518 689 1.00/1.00 vMB 23
406,976 406,976 000000000000000001b1351b620f11e434de3105af3cbbed208d7f50eae7b7bc 2,185 1.00/1.00 vMB 42
406,975 406,975 000000000000000003937b1802b5b182e494a87d1ec1a0512e9963c9b9bbc946 1,009 1.00/1.00 vMB 18
406,974 406,974 000000000000000000a45a69dfe8e6211369e0f7fd6d1ea40e53536699b46a08 2,543 1.00/1.00 vMB 61
406,973 406,973 000000000000000005e9a76982715f199304b64d9e7ec3917cc9fdc804927a27 2,915 0.99/1.00 vMB 51
406,972 406,972 00000000000000000574b855be5a19f8d193fb7e5e48a00e1fb9d40f354fc25a 3,216 1.00/1.00 vMB 69
406,971 406,971 000000000000000002bb349e9540038fd1b674db94e92d3e7b12f8b02af75348 1,873 1.00/1.00 vMB 46
406,970 406,970 00000000000000000429bbfa973549d64aefb2e0f135386c0a21546f2849262e 980 1.00/1.00 vMB 19
406,969 406,969 00000000000000000572f1830beea2a0ba18ee8ab6237930fdf5573245b50008 2,855 1.00/1.00 vMB 59
406,968 406,968 000000000000000004e98d99fd93095ed2ac352788c711a610edb63292f4d3d0 2,248 1.00/1.00 vMB 44
406,967 406,967 00000000000000000692350011237660dd9ac65e85361c79db7f6f979cb07140 2,290 1.00/1.00 vMB 46
406,966 406,966 0000000000000000038a63382e5f2925dbf3de9e61c036d780b8d6312e519142 1,060 1.00/1.00 vMB 24
406,965 406,965 0000000000000000003955f1f0aaf1139e03ad998a93bf41c023e866c1e773e7 1,055 0.98/1.00 vMB 20
406,964 406,964 000000000000000005c8c44531bb03ec44206e35e66f634342d1670d707926c4 1,354 1.00/1.00 vMB 26
406,963 406,963 0000000000000000005189daab7d2a92d9b535c819371e8a656ead0d3faddf7e 2,743 1.00/1.00 vMB 68
406,962 406,962 000000000000000001455d9fd96c43895efac50c8cc4cd2f677f79e8a2b5dc6f 1,429 1.00/1.00 vMB 30
406,961 406,961 0000000000000000052eaf14727fb30c2d874c45d23839b52d67f6472a268b08 939 0.48/1.00 vMB 74
406,960 406,960 0000000000000000063e70775a3bcb0a9e3eba6ab29754420cb9122cf58203df 1,343 0.98/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.