Loading Tool

Explorer IconExplorer

Memory Pool

79,107 transactions
30.03 vMB
0.08275054 BTC
Random Selection Loading Transactions
Max Size: 183.00/200 MB

Candidate Block

Mining Attempt 7c972bd54a8d1c7bfd425d28e8ebca9dead76825cd738cbbb0a3b042c2b93308
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root a9324283cc9d5da374dc2c401d10a836c0af4b1e7659d397506209722b0ef342
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,013
Size: 1.00 vMB
Total Fees: 0.01595232 BTC
Feerates: 300.83 > 1.60 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (127,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,395 787,395 0000000000000000000580029a2a8639c959265bcc114b012f6cf798eadbb0ca 2,872 1.00/1.00 vMB 60
787,394 787,394 0000000000000000000037274658c5b5e28ca46f297e542fdc54c5d71cc57e8a 3,610 1.00/1.00 vMB 43
787,393 787,393 00000000000000000003733637978b3fb4c6689b1b0cc26f48eab4f1b1f60a61 3,939 1.00/1.00 vMB 35
787,392 787,392 00000000000000000004e6c19b094c50a0f564923e3ba98b3ef5d7000f7913ba 3,543 1.00/1.00 vMB 37
787,391 787,391 00000000000000000002eee2e3d5898401650613dcafd79b22a528af093b8704 825 1.00/1.00 vMB 42
787,390 787,390 000000000000000000002b014dedaa9104e5abf28b433b8bb438142af0b5a216 3,072 1.00/1.00 vMB 54
787,389 787,389 0000000000000000000142fa339d9e75ea10fed240bc29a771c208e05f737f09 3,414 1.00/1.00 vMB 41
787,388 787,388 000000000000000000052c5d6d7ac9b48eb4d3767defbe9ab2c309304cefde54 2,989 1.00/1.00 vMB 21
787,387 787,387 00000000000000000003bd40a937cb1301d58dde4bee431ebb541347d9081af9 3,576 1.00/1.00 vMB 38
787,386 787,386 0000000000000000000559612323fa0aec22c72e9c55a2ff3c358132af266e42 3,236 1.00/1.00 vMB 44
787,385 787,385 00000000000000000001a7e9e31c4ee4ac8c1c251153637a37503a8e9204eae4 3,111 1.00/1.00 vMB 31
787,384 787,384 000000000000000000048557f51d7694c57434ec53af86a109825a204c00c2b0 2,758 1.00/1.00 vMB 44
787,383 787,383 000000000000000000057528054c7e1f70894d291314e508c02fea65e9f90967 2,690 1.00/1.00 vMB 23
787,382 787,382 00000000000000000004eba11fba4613213af2d5f16e2af122a2b1d7540ae3b2 2,952 1.00/1.00 vMB 30
787,381 787,381 0000000000000000000319ef84f76c9469590193642a3f564237e1083e674a53 3,273 1.00/1.00 vMB 40
787,380 787,380 00000000000000000004399c37e99b060f0e071fce9d0edf06be15b9b07a3160 2,903 1.00/1.00 vMB 42
787,379 787,379 00000000000000000000d06175d361e56a8e434547a5a06f4255edf7e4e8a61f 3,294 1.00/1.00 vMB 34
787,378 787,378 000000000000000000045069ef357e7ed233074d0ff3b0d273c86f177e2c2829 2,904 1.00/1.00 vMB 31
787,377 787,377 00000000000000000004c13ccc99ffb8daf0cf5c6f70d96d40564d0a56aea872 3,079 1.00/1.00 vMB 33
787,376 787,376 00000000000000000003fb0b5357d7f6383bee4a7a2ff5b50770df48379a289a 2,728 1.00/1.00 vMB 40
787,375 787,375 00000000000000000004c183d7eb6bdf04e526fa39a58c969a5559c258424da8 3,155 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 783.07 GB

Node Details:

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