Loading Tool

Explorer IconExplorer

Memory Pool

78,113 transactions
34.28 vMB
0.15843059 BTC
Random Selection Loading Transactions
Max Size: 191.15/200 MB

Candidate Block

Mining Attempt d2b06191db31a3ea46c1c2122eedbb8b411ce6638f7e008c7d01dfbae2490135
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 7a36c48f549f837324f27e01e7a2cf0eabb542822d3e111f6cf0dc8ab3947b08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,110
Size: 1.00 vMB
Total Fees: 0.03717836 BTC
Feerates: 469.97 > 3.73 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (102,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,838 812,838 00000000000000000002a1be95df628f0c0a8cb39279e6e5cd19088a86b6a16a 608 1.00/1.00 vMB 4
812,837 812,837 00000000000000000003e830dc7f88372310b0b62e0a8a80086ff89a0c172dc2 2,973 1.00/1.00 vMB 17
812,836 812,836 00000000000000000001c4ecbe44916bd674bc969f58bc86032fa5c3593ef89b 1,145 1.00/1.00 vMB 8
812,835 812,835 00000000000000000000a2b0141ad107c86c03c3af2198b745998950d52511f8 3,416 1.00/1.00 vMB 20
812,834 812,834 00000000000000000001cb4a86b40f96eb61e6feff0405b54ea05ee2cf89585e 2,106 1.00/1.00 vMB 10
812,833 812,833 00000000000000000003723c3ba4544e4d890e1fe5d2bcdc3e5938067d27a347 3,168 1.00/1.00 vMB 26
812,832 812,832 000000000000000000023e08707d33597b9a0de0ab66c9441b9331e84e8786bb 1,298 1.00/1.00 vMB 7
812,831 812,831 0000000000000000000001df5aeb1a1f1f76eb6c85f63a3250edc1d0c5705176 73 1.00/1.00 vMB 1
812,830 812,830 0000000000000000000201544ea76f0e30653b9076d9c22317d29eb5fa64afc3 871 1.00/1.00 vMB 6
812,829 812,829 0000000000000000000232b34a90c7b598f606c046621123222d2dbb96033f85 745 1.00/1.00 vMB 1
812,828 812,828 00000000000000000002d8d2f37ac4139e4dc1e63231c0e8d72972cdc855e9af 1,480 1.00/1.00 vMB 11
812,827 812,827 000000000000000000032af64177b40a42f4190aae22e1a8576da3072db1c736 1,855 1.00/1.00 vMB 11
812,826 812,826 00000000000000000002d475aafb3427428a4ac7a8fc96ca71f3f4866b2d5d56 1,463 1.00/1.00 vMB 10
812,825 812,825 00000000000000000002da19029a4974b42509e77438b346e0112968b518e53a 395 1.00/1.00 vMB 2
812,824 812,824 0000000000000000000162817cc623896ca4fff349519dad71fb9f057d13d1f1 1,753 1.00/1.00 vMB 11
812,823 812,823 0000000000000000000320edd7ce24913d17411bf461da50a340156f5201c0a8 605 1.00/1.00 vMB 3
812,822 812,822 000000000000000000046c2f9d2114f5cd55c81061c654ff2de95d61775d8ef0 1,007 1.00/1.00 vMB 3
812,821 812,821 0000000000000000000478f4012ae3fd15df54f3e39633a61c6a207ce7e84149 1,173 1.00/1.00 vMB 8
812,820 812,820 00000000000000000003a0b91a403de78bfab0f00e0852ea32e741413f916cca 1,792 1.00/1.00 vMB 4
812,819 812,819 000000000000000000016fea60b0d98a5a5c52343806538290c2c1fe121074c8 1,902 1.00/1.00 vMB 11
812,818 812,818 00000000000000000003a1c3bb6ed6c65b691a9893f8806b68eeb183dd721b1c 2,623 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.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: 735.38 GB
    • Received: 18.57 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.