Loading Tool

Explorer IconExplorer

Memory Pool

23,031 transactions
22.73 vMB
0.07343993 BTC
Random Selection Loading Transactions
Max Size: 118.62/200 MB

Candidate Block

Mining Attempt a551a8aada75315a261521b96b6b4a7a60063cfbd3840b4df4b0cccf66e86495
Version 20000000
Previous Block 000000000000000000018bff75b5f1e74a6a3957639b2babf2c2c813cb008564
Merkle Root 766cf42c5e7291eb3b89e07d36bef5e5719e6a88e9b37462fbde7a532155d0e2
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04028392 BTC
Feerates: 1,003.56 > 4.04 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,081 (42 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,039 941,039 0000000000000000000113f7c7494a3c6ba34cc088f5292f415c578b57912e32 4,867 1.00/1.00 vMB 0
941,038 941,038 000000000000000000003a0cee624038af71dc0e547c601f6a96107af7baf4cf 2,381 1.00/1.00 vMB 2
941,037 941,037 00000000000000000001e918c189ad8bf57712808a7271c94180a7a487e341f4 4,346 1.00/1.00 vMB 0
941,036 941,036 00000000000000000000cafb09ce1b279ad2e0f732900216c31bd561bbe63cb1 3,362 1.00/1.00 vMB 2
941,035 941,035 000000000000000000005e6b057d1b643226a6a7b8dd56b1c3c5087c8e29c0c6 3,026 1.00/1.00 vMB 2
941,034 941,034 00000000000000000001bf01312e1ad697bfbb585072fdafaa0a47f281212e05 3,077 1.00/1.00 vMB 2
941,033 941,033 00000000000000000000be2fe7b867ddb7b69784a46573b72f7a10de1f141d4e 3,028 1.00/1.00 vMB 1
941,032 941,032 00000000000000000000385d63b0fcd751afc21d816e19c4583685ac0458ee87 3,122 1.00/1.00 vMB 3
941,031 941,031 00000000000000000001e6d746ad3eedf7861ab18728823710db8c692a6afb7d 2,921 1.00/1.00 vMB 3
941,030 941,030 00000000000000000001c7dece3fdce4cebe2c0f69d77d75fe799eb2ad302232 2,088 1.00/1.00 vMB 1
941,029 941,029 00000000000000000000eb8ca176ae3e4a7579da038beadcf5746571cd9e40ff 1,517 1.00/1.00 vMB 1
941,028 941,028 000000000000000000002a31eb68f2f0ef45d156f07e6d0276bceb8fe6e25775 3,011 1.00/1.00 vMB 2
941,027 941,027 00000000000000000000ca7c973261a86aca5be985622a3ab54a8ade68bc6a6a 2,195 1.00/1.00 vMB 3
941,026 941,026 000000000000000000002da1b3c89dd6b4960fd51ae734ad337094c09cea6c16 3,114 1.00/1.00 vMB 3
941,025 941,025 00000000000000000000a891ee74ee2a783de5b50f2330355723ce775ec06ba8 3,347 1.00/1.00 vMB 4
941,024 941,024 000000000000000000004f6c65fd54ae0aa17dc815e60fc87cddb6245623ea67 3,989 1.00/1.00 vMB 5
941,023 941,023 00000000000000000001d8fc3a96a5ba3589de80c5e1dd1c494cdba026c83eab 3,824 1.00/1.00 vMB 7
941,022 941,022 000000000000000000007e458d1d01e0afdb4bc783d6004f519eb52ce172705b 3,118 1.00/1.00 vMB 2
941,021 941,021 00000000000000000001b6b56badd24d30cef30ae021b9327c3c7b4056a70da5 2,993 1.00/1.00 vMB 3
941,020 941,020 000000000000000000017d164b5a572d1f9214b6d9aaab83252a04ed55095515 3,792 1.00/1.00 vMB 4
941,019 941,019 00000000000000000001ee84b90d77e07d3d1d5dc3ef73b245184b550dccf0d6 3,895 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 828.70 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: 4,613.75 GB
    • Received: 248.56 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.