Loading Tool

Explorer IconExplorer

Memory Pool

15,591 transactions
11.30 vMB
0.06114254 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.39/200 MB

Candidate Block

Mining Attempt 042d103b7910a00319b2356288896fcd1d911d6a9c243ba86208d4513761ac91
Version 20000000
Previous Block 0000000000000000000006ca46d77662424a3c954a5db8f2745f0dc89e1e8097
Merkle Root 41618ddec7ae11e0b7857a01519c9f51f0216b5c5e9632e723cb4d74c2079468
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,442
Size: 0.99799225 1.00 vMB
Total Fees: 0.03688281 BTC
Feerates: 1,002.97 > 3.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,811 (762,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,995 150,995 00000000000008cf8eebbcce4a34342325b7f23efaffbe42f5bb51fe0b612973 8 0.00/1.00 vMB 102
150,994 150,994 000000000000047425faf8dbd5127e0ef9cbfb1ab06288ea86df0a5df01a163a 66 0.02/1.00 vMB 33
150,993 150,993 000000000000011254bb4cb6362e3676c3395f2e44d96b460f5ab63c3c3af12a 117 0.05/1.00 vMB 155
150,992 150,992 00000000000009c7af4c408699eafa0ffc691216ed8fe130773b705532c29351 12 0.00/1.00 vMB 0
150,991 150,991 00000000000006de8709ee1eb8b454406bfc36985214bcae3319e5ba62738a2b 13 0.00/1.00 vMB 320
150,990 150,990 000000000000016cd1204340781ffc52192eeda44b09ce8ae81e11506bc511df 33 0.01/1.00 vMB 247
150,989 150,989 000000000000031d73cbaec89267c55d2259505c28a52c5315192638a3400e59 40 0.01/1.00 vMB 59
150,988 150,988 0000000000000a5b567d1f283bade491a3cbad1a81cb922346a209dfa00f2334 51 0.02/1.00 vMB 40
150,987 150,987 0000000000000941085f10a82b55cdca9e439454654ae9a5dbc6466bb0c178ab 55 0.03/1.00 vMB 34
150,986 150,986 00000000000000e88224488aebd13d09138c83ae202953b0af1155adb286a16e 6 0.00/1.00 vMB 0
150,985 150,985 0000000000000390635a36f8e50afb71bdf315df2885515abae3d77249fa3a4a 52 0.02/1.00 vMB 48
150,984 150,984 00000000000000ca986e64a56b9585f5b9317e6a99ad7ecc81baa5904da6152c 18 0.01/1.00 vMB 78
150,983 150,983 00000000000005f1c01ac10e6d14484a9d23ce74819a92f065c6f9492714b067 7 0.01/1.00 vMB 222
150,982 150,982 00000000000000a54e6132d4ee4cff90fcca0853efc349f4847bbb9d52caa279 7 0.00/1.00 vMB 88
150,981 150,981 000000000000039b0cce5aaacbba8dce8ae26b5aedbc5679dfe7dcaca6398e17 35 0.01/1.00 vMB 159
150,980 150,980 0000000000000b05dbda37fef0b90f3eae73ece2eb348b2739fc3a8b86190464 26 0.01/1.00 vMB 31
150,979 150,979 00000000000008173ad5b5d0a6aa5fcd85442fd984975384d944a5354b33a4b9 96 0.04/1.00 vMB 12
150,978 150,978 0000000000000b16c696c50e164f3f8403a69721785bea2d7e614bfe72d693f8 10 0.00/1.00 vMB 415
150,977 150,977 000000000000038c95869a10f6bfe5853dbbe35f15e2fc8af05a827a990bbde8 9 0.00/1.00 vMB 49
150,976 150,976 00000000000001f737c68088444ef99570b39fa9efbfa6f3d9f3d1fcab1fe33a 89 0.03/1.00 vMB 118
150,975 150,975 00000000000007d4f8a1127b579a566628763f80c51b62af0874dc4fd90a3687 7 0.00/1.00 vMB 1,125
Previous 10 blocks ↓
Total Size: 780.28 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: 516.82 GB
    • Received: 4.48 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.