Loading Tool

Explorer IconExplorer

Memory Pool

82,675 transactions
31.31 vMB
0.10468709 BTC
Random Selection Loading Transactions
Max Size: 190.38/200 MB

Candidate Block

Mining Attempt 4f067dfe04403cf25dd14284697ffd7c13cdd869afe419e5718604ac742b4ca4
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 19d9f46979f0137df4d8d115d99c1cbb6a88c30fd9207b35f96b346b4322ef61
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,970
Size: 1.00 vMB
Total Fees: 0.02832098 BTC
Feerates: 151.12 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (551,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,303 364,303 00000000000000001554ad7eb62c7e2b1ce5ad123a2ace141fe5b2b926a20ab3 62 0.02/1.00 vMB 61
364,302 364,302 000000000000000004ccc5805eef02230eeb940321b804b2c1ddec3674a07a73 2,731 0.75/1.00 vMB 94
364,301 364,301 00000000000000000a1bf46bd3ffde11aa9754a90e8b4e2cea00618670260f05 178 0.05/1.00 vMB 71
364,300 364,300 0000000000000000132d3c014c8f5a99a4eaf862c289d1db0a9f67a6c0a899b6 2,093 0.93/1.00 vMB 46
364,299 364,299 0000000000000000014ff3217f90029c9b7f547f6fc60e5e3a082c7fcb73fd0d 2,187 0.93/1.00 vMB 43
364,298 364,298 00000000000000001271d311522dccd93b9cdc75295011b4eb22d34751ecff4c 2,347 0.75/1.00 vMB 56
364,297 364,297 00000000000000000d667a9d215665741c700b9a0e884b52ac41ae68c7133762 2,034 0.85/1.00 vMB 58
364,296 364,296 000000000000000007f1f10c5b237cbf0fd5ee892841d6dbee9861cee2594fd6 2,454 0.95/1.00 vMB 51
364,295 364,295 00000000000000000c94ca4441d4f2470188dcb8845820d818cbfaf9f0c838e9 388 1.00/1.00 vMB 6
364,294 364,294 00000000000000001118183663d60fa00b01374f2f0815dfc628f827810be987 89 0.02/1.00 vMB 70
364,293 364,293 000000000000000013ba348d19e2418fb49f79ea3fa7026c8c92483b4c61ba36 2,872 0.93/1.00 vMB 63
364,292 364,292 000000000000000003dd2fdbb484d6d9c349d644d8bbb3cbfa5e67f639a465fe 2 1.00/1.00 vMB 0
364,291 364,291 000000000000000006b3c87f903ecbd47197cb8b0bc66480bd913c7d203d466f 2,155 0.75/1.00 vMB 59
364,290 364,290 00000000000000000e69f953847fbff3f831561c71ec724d9c671c4ae051eb2b 746 0.75/1.00 vMB 17
364,289 364,289 000000000000000009f21c93c310685b844448aa925ee3477ab5e86fe14f8a5f 1,213 0.75/1.00 vMB 26
364,288 364,288 000000000000000008993e456bea744517f362be2c6790990a8bbc0a4f64d349 2,229 0.75/1.00 vMB 57
364,287 364,287 000000000000000013c8703b633ebe30e78d71797975c0c2b0a14d6d71daf89d 188 1.00/1.00 vMB 1
364,286 364,286 0000000000000000095c15377eec24d5090e6a0dc4b834f94950a25a72a3d360 2,345 0.93/1.00 vMB 55
364,285 364,285 000000000000000014b0746dd7057e1bb0de9a15b83dac61883316693de2f7c6 730 0.93/1.00 vMB 11
364,284 364,284 000000000000000010944b9d47db4451ecdbb130c8e4c33e3a27c5d5a2297ac9 1,495 0.75/1.00 vMB 48
364,283 364,283 000000000000000010261ea69760121ebec8cac02f0f26e3b8bb38ee984d241e 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.65 GB
    • Received: 18.24 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.