Loading Tool

Explorer IconExplorer

Memory Pool

38,542 transactions
28.91 vMB
0.07425421 BTC
Random Selection Loading Transactions
Max Size: 145.78/200 MB

Candidate Block

Mining Attempt 80bd7d05e8da83a2dcd16cc75c9edefccff09ecb2083258f06d562a3811a9106
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 48e415d54a12fa8cf279949458f8a40e0755105e3c902126087c1b7f5ea88be0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,462
Size: 1.00 vMB
Total Fees: 0.01788738 BTC
Feerates: 75.76 > 1.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (83,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,762 830,762 00000000000000000000840d69e13268172c37bd61f7d85cc3be1eecd28420ff 2,731 1.00/1.00 vMB 34
830,761 830,761 00000000000000000002d2717ad5d44fe7cd361404ece5571ef6eff4759bd6b2 2,634 1.00/1.00 vMB 28
830,760 830,760 000000000000000000033f4a68643c75050ec2beea1866af7bc7b62dda0c937a 2,726 1.00/1.00 vMB 26
830,759 830,759 0000000000000000000165293751cdf0614a51e70b4a01d1a3e04f30842146ea 2,992 1.00/1.00 vMB 33
830,758 830,758 00000000000000000002b59eb19ee7ba38703bc24e4d6f10cb8a6c3e155d2773 2,156 1.00/1.00 vMB 29
830,757 830,757 000000000000000000027016395b4cd789346ff78d269b311077f91682bb4ab1 2,630 1.00/1.00 vMB 31
830,756 830,756 00000000000000000001074069633a95b37ddcf2bbe3037038cdb24bce300911 3,208 1.00/1.00 vMB 39
830,755 830,755 0000000000000000000271975b9e840efc8e3d02713fc4ab0160ddde46923ac7 2,814 1.00/1.00 vMB 36
830,754 830,754 00000000000000000002bbd2b467476978fc156a669f7df79a080a464117d089 3,263 1.00/1.00 vMB 40
830,753 830,753 00000000000000000000fae1ca88fc996845bb5eada9147d01036d867dd28ce0 3,135 1.00/1.00 vMB 34
830,752 830,752 00000000000000000000b66eb1cfe3aad68fc37c720a166e03e91e48f1b271e4 2,998 1.00/1.00 vMB 33
830,751 830,751 0000000000000000000284ef90dead95d4ad0529ee02f687195b7e81211a2de7 2,714 1.00/1.00 vMB 60
830,750 830,750 00000000000000000001d10fb3a7f05e3c3d42392063cb9dac18b03488aade2d 3,206 1.00/1.00 vMB 42
830,749 830,749 0000000000000000000335064ea2ee2887811781ac50ca64ae8a6dbf0edc5e99 2,138 1.00/1.00 vMB 30
830,748 830,748 00000000000000000000dfc5f882b87f5a5a288f169af1b216ad10e7dcc1d814 2,398 1.00/1.00 vMB 29
830,747 830,747 0000000000000000000023d2920969ea8fccdf8d9986a1ef34205a90ca205869 2,984 1.00/1.00 vMB 34
830,746 830,746 0000000000000000000064a018f14ff1724f50d607dd9e89944d78e43f82c8a6 3,066 1.00/1.00 vMB 31
830,745 830,745 0000000000000000000272b6fa1d6239db8fc1a98a1b63eb884dde7b8a133e98 2,799 1.00/1.00 vMB 28
830,744 830,744 0000000000000000000125480376c5200b8694625b9560730bfaa5da731eca65 2,827 1.00/1.00 vMB 34
830,743 830,743 000000000000000000011c3c7e3b0e6de394058a9d99f46dc01360ad45910dd6 2,622 1.00/1.00 vMB 25
830,742 830,742 000000000000000000000cf5130e12fd64d84da2ac9176b1a68f48843fd3f53b 2,004 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.67 GB
    • Received: 11.24 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.