Loading Tool

Explorer IconExplorer

Memory Pool

23,401 transactions
5.36 vMB
0.02108721 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.46/200 MB

Candidate Block

Mining Attempt 13cac3832b03723f2886b994f3bf9ad341e33e40126fabcacf9923db593cac5b
Version 20000000
Previous Block 000000000000000000016cbb047fea21369dcc5471d305238a88ca18763fcb9a
Merkle Root 33ffc662a6512e8d5ae9a9c83b74319138e560be393ebdd95d7b779738e4969e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,255
Size: 0.38 vMB
Total Fees: 0.00810073 BTC
Avg Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,112 (725,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,554 187,554 00000000000001f9151adc410c3ba688118b008ef1c250c8f1603041f86e810b 0.05 MB 130 83
187,553 187,553 00000000000005b85d995e3f87253db62fb447904998478e472f0fc7c3ebbe1d 0.00 MB 13 14
187,552 187,552 000000000000084d2251c8ceabe783a4198363e1603c8cd1b231157cde1a016c 0.00 MB 13 15
187,551 187,551 000000000000043d7dd0b53bfb57436a0f228fe1e05f2ac4eddbb530837ed6e4 0.01 MB 26 83
187,550 187,550 00000000000005d9dfb84156122d498600ea6293196c30599edd900d001516ac 0.26 MB 402 98
187,549 187,549 000000000000015f0a5fd6929f930706b497186814d8171c048cd8a6753bf371 0.00 MB 9 46
187,548 187,548 00000000000006ce303015d974c7637f72c9485fdba762cfc8c69cdfe68297b8 0.05 MB 127 30
187,547 187,547 0000000000000104515562fe3aaaaf89e374c11d8d946dfde68d63757151fd32 0.11 MB 322 139
187,546 187,546 0000000000000501c7d65488f150300e28e9a095b41b8d8c2806282bb87e657d 0.25 MB 444 256
187,545 187,545 000000000000016a2c6dbd165b4a16ed5963ab4cf3f54d87818712fa7a27e943 0.08 MB 261 15
187,544 187,544 0000000000000185d974466b31e6e6006841b585e3af0edcebb7bcc7ec43b856 0.21 MB 490 141
187,543 187,543 000000000000010df65af8ace7af392eab1e124e82cbb3bde9b49ba536d22627 0.22 MB 580 155
187,542 187,542 0000000000000301eca4f28197bc0caf969af94bf435f6414b645c60d4fe82de 0.06 MB 130 97
187,541 187,541 00000000000006c46ab4599764cff3db33d87b00f9802d619113a0b64fe13460 0.02 MB 52 107
187,540 187,540 000000000000046f90300e8e359f8d42a2f958592543d7410f3754926c0d0b62 0.20 MB 443 125
187,539 187,539 00000000000000f64f50f98a7c285aad51dc56a11dbbaa210e1b18aa00b73304 0.00 MB 6 106
187,538 187,538 000000000000078ba5b6324b5ddd1dc6805b177f16ff14cd122f7a04d8b168ab 0.05 MB 147 133
187,537 187,537 0000000000000136adb3aced3f85465bbc1237bf8bd138f7a2fcc2474b6e302f 0.08 MB 192 147
187,536 187,536 00000000000005df207de96cc26c63b5b0f7bc05019ecc1b2dd8abec80f54948 0.11 MB 256 78
187,535 187,535 000000000000077a2a9c44fd9521692815a6dc20af972be905b85562b2e0ec0c 0.19 MB 471 129
187,534 187,534 00000000000003b2b6142a50f015d0aec75c91e58a1c0a1b5ed48ef8c102b699 0.00 MB 8 14
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

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