Loading Tool

Explorer IconExplorer

Memory Pool

76,725 transactions
30.25 vMB
0.10481183 BTC
Random Selection Loading Transactions
Max Size: 180.56/200 MB

Candidate Block

Mining Attempt 99e36fc6c2ca1e214a31c103a86fb7bfbf3d2d95b8cf054b5f6f40b985d1cd4a
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 5e1c37b7201e81fdc60fb60ea3e9373baffee9df35bebddd0a09d758fb2492fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,158
Size: 1.00 vMB
Total Fees: 0.02758966 BTC
Feerates: 100.00 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (132,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,008 783,008 000000000000000000025afa6b96568bd6097e3b17d331fe26c02379c9f75de3 2,499 1.00/1.00 vMB 17
783,007 783,007 000000000000000000047de2667b4cc79efa1cf51e57516d55b647c76f5780a6 2,358 1.00/1.00 vMB 24
783,006 783,006 00000000000000000003232cbeeb332ae1dac56175ca69d39e8ab9395ac09ad6 2,208 1.00/1.00 vMB 11
783,005 783,005 0000000000000000000342fca77833112c74fbe4a0ed2f402e892f55482a06cd 3,299 1.00/1.00 vMB 19
783,004 783,004 000000000000000000052917506ad654ead4df837bb424eaaf0fe95d5eb54454 2,665 1.00/1.00 vMB 16
783,003 783,003 00000000000000000001d5d7d9acd10947cc1b1892bda6135a431002f6bc74bd 3,912 1.00/1.00 vMB 24
783,002 783,002 00000000000000000001be120339c61dae754f9b0c35a3edc60393e837e5098b 1,679 1.00/1.00 vMB 25
783,001 783,001 00000000000000000000b93b71d00ac078ded3ed1b4c256388b9479130ab7ac7 2,391 1.00/1.00 vMB 36
783,000 783,000 00000000000000000004b48068448d32ef2c2fdd45bb788de6eb113474710a74 2,918 1.00/1.00 vMB 37
782,999 782,999 000000000000000000022e84a3ade41e31a43fc61d087eec55c70b7d90687260 2,845 1.00/1.00 vMB 26
782,998 782,998 00000000000000000003ac927d6464b8e711bd19fefa888b1397d46369e6c233 1,091 1.00/1.00 vMB 11
782,997 782,997 00000000000000000004cade9ff90e7ec9c31e4bf0475a1793387a5a06d9ea88 2,559 1.00/1.00 vMB 17
782,996 782,996 00000000000000000005e3468fb4112f8008e2eac9f5d4c394e5c8228a235173 1,428 1.00/1.00 vMB 10
782,995 782,995 00000000000000000000a344bff8d827b1fefe5f0729dbdf4fbf8cb9c1523b5a 432 1.00/1.00 vMB 5
782,994 782,994 00000000000000000002ae3241d295a095f3c966a16dc082fe43a97bf13fd0ae 1,874 1.00/1.00 vMB 12
782,993 782,993 00000000000000000001575631d0750164a4dbe58d37970e6116977b6e41073e 2,599 1.00/1.00 vMB 17
782,992 782,992 000000000000000000031c4b06bac63e40a4ff639c802bc8ee8762133dfea4f4 2,142 1.00/1.00 vMB 16
782,991 782,991 0000000000000000000239deb80925849cd6a6df781a6dada8709bb2d73527ad 2,112 1.00/1.00 vMB 12
782,990 782,990 00000000000000000002489a02ce2cc85430717aab8ffae827d3ef57916a873e 677 1.00/1.00 vMB 8
782,989 782,989 00000000000000000002307dddcb2685c158d3f52f5f0e125c9e571c0295fd7a 2,433 1.00/1.00 vMB 10
782,988 782,988 000000000000000000031617bfecc060f3c42e85bda8b1fef3e326cbb1ef102e 3,858 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 783.17 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: 749.49 GB
    • Received: 18.82 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.