Loading Tool

Explorer IconExplorer

Memory Pool

32,309 transactions
13.80 vMB
0.09426687 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 79.87/200 MB

Candidate Block

Mining Attempt 709cee216f56cc8cab6757bfb59f4cba41349ed7b72ab115e7a136fc45cc0878
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 3827d315f0b8bc0e3fcd9a612548e86bdcc75b2ea019fe631908494edc68498a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,960
Size: 0.997901 1.00 vMB
Total Fees: 0.05761062 BTC
Feerates: 203.60 > 5.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (647,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,412 266,412 0000000000000009286f687e067425995c2468da887d4b63b1bd3175abcb1816 131 0.05/1.00 vMB 72
266,411 266,411 00000000000000014e10001575fa866a40fb7a1060eb2d4876551e9ef78336b4 109 0.04/1.00 vMB 56
266,410 266,410 0000000000000006d528a65997541789915a92d980e38194392af35533dd69fb 361 0.15/1.00 vMB 118
266,409 266,409 0000000000000005d76db4e4a9f66f9b6b6c989cfab0d9e8ef518f8195e77a71 441 0.26/1.00 vMB 84
266,408 266,408 00000000000000053fa943bf34257b75faad797003dc23812462e3b46b6f560c 440 0.18/1.00 vMB 121
266,407 266,407 000000000000000ab42a7b366c2965d4ab1680e34ba9f61a54ea51feec23b1c0 167 0.08/1.00 vMB 76
266,406 266,406 000000000000000917d2b35d982ea58f9b2fa232f460f0f2c65660f4e0249851 56 0.03/1.00 vMB 85
266,405 266,405 0000000000000006b4029979c9bf92954ccd6a17e897fde4c0373c5b006fb50e 22 0.01/1.00 vMB 99
266,404 266,404 00000000000000094b9aee529576abb116a82bc17cce6079faaa47f133b2d37d 54 0.01/1.00 vMB 39
266,403 266,403 0000000000000005942e3aefc8c590e68e76c61304c09b0777806ac01c8aacdd 71 0.03/1.00 vMB 65
266,402 266,402 0000000000000007eba127fcb99cb47477269c34b009e29db5ee211d0104894e 183 0.11/1.00 vMB 18
266,401 266,401 00000000000000020b96f9ab4316efbb4ac6b9a0c71de4b573a449a8bb42845e 591 0.24/1.00 vMB 81
266,400 266,400 0000000000000008fae34fd47ad1df9b3ee6d861e67887c14cb8dde595c62c22 499 0.27/1.00 vMB 68
266,399 266,399 0000000000000005abe8e45931558c6b8bb28f86bc088d6cb0ad2eacf7e3bf91 158 0.24/1.00 vMB 24
266,398 266,398 0000000000000009372fbd4b06ef98df8abf6af67bccb144899b9854e8df75a2 451 0.25/1.00 vMB 86
266,397 266,397 0000000000000008205f5cc8420f9c9196c2568b120e1815f5f3e9444d1a9517 578 0.25/1.00 vMB 107
266,396 266,396 00000000000000062d5b43a1f14f9ab5eee5823ed566e18461adb76402d166c1 268 0.12/1.00 vMB 49
266,395 266,395 00000000000000077cc428fed61a49f72e792fcd01102a6e423fc01ab5f86214 321 0.15/1.00 vMB 99
266,394 266,394 0000000000000009001cc25aff4e0b62f50b3a2c9f8c149798eccdaca4158a5e 756 0.42/1.00 vMB 78
266,393 266,393 000000000000000221d2b7ac29ffb75c45206d42b9eb91a5334aba94df9170fe 261 0.20/1.00 vMB 58
266,392 266,392 0000000000000004fac0d342ddf2267eaa54e376dafc7efcc22bf4a0a56a2e36 137 0.06/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 780.15 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: 501.03 GB
    • Received: 3.76 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.