Loading Tool

Explorer IconExplorer

Memory Pool

73,512 transactions
27.22 vMB
0.06482537 BTC
Random Selection Loading Transactions
Max Size: 165.95/200 MB

Candidate Block

Mining Attempt 0710bc612c95fe7ece3406338d4d3be43a30b0a1a52af038ead3091049617050
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 79ca06048b9b4bd7826adce5a25800fc6b878717f09940e0fff61941b1f3c4ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,667
Size: 1.00 vMB
Total Fees: 0.00706724 BTC
Feerates: 61.00 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (115,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,960 799,960 00000000000000000002384dfefe8038c66f89d4441be8a492eb9f126c9c0552 5,260 1.00/1.00 vMB 11
799,959 799,959 000000000000000000027ffdcf8e4716a54b9761bbc3be8819633115f2a53a27 6,052 1.00/1.00 vMB 7
799,958 799,958 00000000000000000001d416036f16659d9708b3e3e9e61cb37e8ae9ea782cf1 6,633 1.00/1.00 vMB 6
799,957 799,957 00000000000000000002643b189c98f4b99b4128dfac3eec37f69b4bd4fde5e6 3,846 1.00/1.00 vMB 7
799,956 799,956 00000000000000000001ae4e1fc756d6cbb2ecf36a775cda1a68143ff9da2d2e 1,792 1.00/1.00 vMB 15
799,955 799,955 00000000000000000000045c091a94fcabd1a3c66b5839af421dff1dcd234ebf 3,173 1.00/1.00 vMB 22
799,954 799,954 0000000000000000000211a1724945955b5f16d9861850d1dd753788bee3d955 4,228 1.00/1.00 vMB 10
799,953 799,953 00000000000000000000b4ac7745d09f1efaf721f5fdaa2cd8cf64cbe2854cce 4,964 1.00/1.00 vMB 11
799,952 799,952 00000000000000000001e17e02371f10be2fc490ca07d4778ee66f7388a4b2f7 3,562 1.00/1.00 vMB 16
799,951 799,951 00000000000000000005306fcfdf8960a256cd00eac5f674fb3dcd70c97c4730 3,512 1.00/1.00 vMB 6
799,950 799,950 00000000000000000003c0b956bb52c97ad1e98030dfe4218b9347066de2a9d4 2,382 1.00/1.00 vMB 7
799,949 799,949 0000000000000000000536cf9d9bdfd5df517dfdb3d1c234fc6b3ced4e4547f4 2,405 1.00/1.00 vMB 17
799,948 799,948 000000000000000000020d798374186f711ecedcf63f813601011c48f3e00ac0 3,009 1.00/1.00 vMB 17
799,947 799,947 000000000000000000051b2fe53b97073ab629aeea3e95213da799b5194bb34c 3,226 1.00/1.00 vMB 20
799,946 799,946 00000000000000000004f27b678b1b70f707ad0bec3eec2c303105c458099a73 2,875 1.00/1.00 vMB 40
799,945 799,945 000000000000000000028ddb02477a845540a0844e5655884bcbc15162ebbc62 1,980 1.00/1.00 vMB 19
799,944 799,944 00000000000000000002ae9f589035a3f7b9b7820378840cda952488b143df17 1,743 1.00/1.00 vMB 11
799,943 799,943 0000000000000000000381d55d8ffa244f0c3d15d94702b5fd5d55e81a825520 3,006 1.00/1.00 vMB 24
799,942 799,942 00000000000000000003a00ba0021234a152ac2a137765d347ccae82810258eb 3,359 1.00/1.00 vMB 50
799,941 799,941 0000000000000000000365249d03f5c44d02171fe311fb7d3c9cced58c5955c6 3,554 1.00/1.00 vMB 48
799,940 799,940 000000000000000000048b196964970678e0f652a48d2e618647f063267e3f78 3,201 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.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.