Loading Tool

Explorer IconExplorer

Memory Pool

88,852 transactions
33.19 vMB
0.19781959 BTC
Random Selection Loading Transactions
Max Size: 199.94/200 MB

Candidate Block

Mining Attempt 72338af9581eafd2e26ea473cbe691469d0df22a31f2d45c19a68468725dfa8d
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 676f23e190c8c3c0df07882cdc484484e7e4e4c6332eee466577efc1575743bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.08703440 BTC
Feerates: 387.56 > 8.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (190,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,937 724,937 00000000000000000007ee9943a97919d14a15332eb05c159d0c5938c03b1efa 2,714 1.00/1.00 vMB 16
724,936 724,936 0000000000000000000810ed15fb8345b74e12a6dd53f62a3bf098ced9b48ed0 2,195 1.00/1.00 vMB 3
724,935 724,935 000000000000000000036a0813723cc1e9738f0d54b766c72e53defd3f19ebd0 2,160 1.00/1.00 vMB 11
724,934 724,934 00000000000000000008dfa4e75dcdd066b838e64f65bfd1e5cce368ace57e5a 2,311 1.00/1.00 vMB 2
724,933 724,933 00000000000000000000cf21aaf8e93e78e40177b823380d2f5b2f4de4a2a67d 2,318 1.00/1.00 vMB 5
724,932 724,932 000000000000000000080d49fef6b97de28fb2dfc9be895249c364c5a0ff1d2d 2,668 1.00/1.00 vMB 10
724,931 724,931 00000000000000000002124364fa0ff0144b99594538d9f23cc8e33b5fbf2747 2,955 1.00/1.00 vMB 8
724,930 724,930 000000000000000000057f6be445ed8dd3587e41a1ca2f9917e98edc6286bbde 1,919 1.00/1.00 vMB 19
724,929 724,929 00000000000000000008cf5fb49b0e1b07a1eca144f1dfb4f64143bddf1efd87 2,116 1.00/1.00 vMB 4
724,928 724,928 00000000000000000004b8ad97e32119a8bceb21f24b1c019a9409b62ad05423 2,176 1.00/1.00 vMB 2
724,927 724,927 00000000000000000008204c29712e0b7cbc9d726e05c5509f0ce4b65726f91e 2,988 1.00/1.00 vMB 8
724,926 724,926 000000000000000000081aa67a17c742770101f7932b0d3ab2964137527ddd1b 2,021 1.00/1.00 vMB 3
724,925 724,925 0000000000000000000994084b8a857453838c130e073e865743cb793fde15e2 2,182 1.00/1.00 vMB 7
724,924 724,924 000000000000000000095ce79eaeb1a42e5c08d5502f1bfd4372c7c81b6bb5e5 2,947 1.00/1.00 vMB 12
724,923 724,923 000000000000000000070bda130cd27cd78bb6f60b93e4e377dab3a453f4db88 2,643 1.00/1.00 vMB 7
724,922 724,922 00000000000000000006f74a08c19e625727c5c9d6d5e8da440e61916eb486fa 2,732 1.00/1.00 vMB 10
724,921 724,921 000000000000000000033a35e518143786ce4a4294f66ca2608bceb01b922306 2,748 1.00/1.00 vMB 15
724,920 724,920 00000000000000000008cf4dd306f358d8dc48882120e575c5efd62207208cc8 1,099 0.47/1.00 vMB 3
724,919 724,919 00000000000000000004b63963ff730e8c2ac2aac3f02c1ebb1ec015f3606048 2,485 1.00/1.00 vMB 4
724,918 724,918 0000000000000000000a0919b0ee85fcddd50c2f57df3ae4376828d39df70633 2,799 1.00/1.00 vMB 12
724,917 724,917 0000000000000000000105acd23f3042e01eba5a068cec7f0b01bbdf6a69dee6 2,134 0.89/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.31 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: 660.10 GB
    • Received: 14.62 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.