Loading Tool

Explorer IconExplorer

Memory Pool

45,475 transactions
22.48 vMB
0.08283170 BTC
Random Selection Loading Transactions
Max Size: 125.38/200 MB

Candidate Block

Mining Attempt 9b8518f25cea87589f713c9deab556015fba2215f532557d67cff2fca8c75f48
Version 20000000
Previous Block 00000000000000000001045411278c3f10e0eb0874bafed6934049382fa0e78f
Merkle Root 3f642ae4dc0525b749733bce462fa66b27571e39c476ecfbb2954f8c54dab108
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,639
Size: 1.00 vMB
Total Fees: 0.02188646 BTC
Feerates: 71.14 > 2.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,098 (781,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,302 132,302 0000000000000751606eef73276448e9173bd0dcd0e7b012bc6e4699f8d8cda5 26 0.02/1.00 vMB 891
132,301 132,301 0000000000001260989f97d0c7833cfcb4aa12f31a54b93a8f6259eef2efb8ae 30 0.01/1.00 vMB 857
132,300 132,300 00000000000002bad2836063fd794b0d2141487c16837fb7d0ef1157c32a1309 86 0.03/1.00 vMB 597
132,299 132,299 0000000000000fce0f61f2516bc6d5de06fec243102b09e29a7b353d96f82a8c 28 0.01/1.00 vMB 180
132,298 132,298 000000000000089ff1a61a20e4c9e8bcb1e0e5a578eaa9dc34ebbf26030caba5 7 0.00/1.00 vMB 637
132,297 132,297 00000000000011288f1f1dca7b1b914087aa81444c3ae032b74171afa3da3dc6 11 0.00/1.00 vMB 1,597
132,296 132,296 0000000000000e11805aa2ed52b98657c555b51bd7f796fefec04c54570a0d68 38 0.01/1.00 vMB 1,126
132,295 132,295 00000000000011f92ab8fb13694f1565487982b5e640d09482104e582e8bc902 18 0.01/1.00 vMB 1,086
132,294 132,294 0000000000000885464b2237c0567d2af17b5cdbdc18029abc61d68047a86a4b 13 0.00/1.00 vMB 1,104
132,293 132,293 0000000000000f7c0fee729c58c6b6f042461688bfa02d81ab8da241843457a1 4 0.00/1.00 vMB 883
132,292 132,292 00000000000003b59500d5b822956e99666ab0b35ff7c3feaff61e81f6cde8c7 28 0.01/1.00 vMB 129
132,291 132,291 0000000000001218bcd2dc7a036a81e39daea260521902768d1a0e0617a085cf 32 0.01/1.00 vMB 1,167
132,290 132,290 00000000000010eadb5fe2ea1e5239aeb10924bdabd98c6141007d1a65c21849 7 0.00/1.00 vMB 527
132,289 132,289 0000000000001210d3d980b55b86a99b787fce106ec6f432dad2e6731bcad4a6 20 0.01/1.00 vMB 1,390
132,288 132,288 0000000000000ef06ed19ac4bdd3d24852be2bf97c8349abe500b11167a34358 14 0.00/1.00 vMB 1,155
132,287 132,287 0000000000000d0715aa691af71a98c91a1fb5823ad41f5b3c4df1560166ec50 16 0.01/1.00 vMB 578
132,286 132,286 0000000000000c6b4ac7bb652b2506ea78f9e058ed7341c18e91310695750973 5 0.00/1.00 vMB 650
132,285 132,285 0000000000001063141183231b850915d0a2c85a40375637c4e4a98539b15df2 12 0.00/1.00 vMB 729
132,284 132,284 00000000000011e793015af9a942296914442b5a4891383fb02166b5daed445a 17 0.01/1.00 vMB 1,729
132,283 132,283 0000000000000aa8074fba5ec791209c4333642569803a574f40847308757eba 15 0.00/1.00 vMB 221
132,282 132,282 00000000000001f3d7ebee22504b9278dbf4cb233450cf3e047c5c4a801bf7f6 8 0.00/1.00 vMB 844
Previous 10 blocks ↓
Total Size: 780.77 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: 559.28 GB
    • Received: 7.15 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.