Loading Tool

Explorer IconExplorer

Memory Pool

23,899 transactions
11.80 vMB
0.04380142 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.85/200 MB

Candidate Block

Mining Attempt ec71caa212de9f02d4be4a7acfc5508398412eb23b8c4780f9b2d6026630d53f
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root 9dc2e4481ebdb0ccf4a5fdb17ddda237ca972663bac034c8097c219d1c85d204
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 0.99788675 1.00 vMB
Total Fees: 0.02425046 BTC
Feerates: 502.67 > 2.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (762,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,002 151,002 000000000000015f3a5d42af11fef8191d618907c3a90c63b70e6676a6f9ebed 70 0.05/1.00 vMB 15
151,001 151,001 0000000000000282eab3833388380d9c1be207a98b243b6d1c36faf02de5ee4c 118 0.05/1.00 vMB 70
151,000 151,000 0000000000000a6331baea34235c05eb12ad238a7a61c878cdfe348e03608541 20 0.03/1.00 vMB 79
150,999 150,999 0000000000000b582e7c765285eb834ea0f9de11fb1cbb4b89cdefe9a672cc28 14 0.01/1.00 vMB 39
150,998 150,998 00000000000005c711f73b000bf8a52cb1ea394f2788abcf6644cc146906ef65 34 0.02/1.00 vMB 9
150,997 150,997 00000000000002325a9d57218774abd181363bbfb729207835d7c8bebc5761d0 16 0.00/1.00 vMB 63
150,996 150,996 00000000000001161ba494a6c357dc6f9fa50f00a369447d9bb20faf96fe48a3 29 0.02/1.00 vMB 48
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
Previous 10 blocks ↓
Total Size: 780.08 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: 491.98 GB
    • Received: 3.42 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.