Loading Tool

Explorer IconExplorer

Memory Pool

44,081 transactions
27.09 vMB
0.09313348 BTC
Random Selection Loading Transactions
Max Size: 141.40/200 MB

Candidate Block

Mining Attempt 987f28007aa2ce017ef04fb5133583841fc6c5a122fb0856cd6a977ce704688b
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root dc4004d36882369a9d2e86528d7c78f0192b8590bb40383ef07cc64bded98ada
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04023540 BTC
Feerates: 151.01 > 4.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (244,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,417 670,417 00000000000000000001b6d80619038e7b5bc6fcd58aa7959a5d0ca2a7697de7 2,628 1.00/1.00 vMB 161
670,416 670,416 0000000000000000000a8e9931458d270292657623c845dbe3a6c80e3bcf9a43 2,118 1.00/1.00 vMB 65
670,415 670,415 00000000000000000007b85e9b65107d4f87f3ed74c8642af8480a4c55a0f896 1,911 1.00/1.00 vMB 126
670,414 670,414 0000000000000000000c8c0efe6a0f16aef907eb62efbba3f87b54321b452a2c 1,691 1.00/1.00 vMB 51
670,413 670,413 0000000000000000000c5c969ba10de154fccbd696d0f53ce5ae685be8939811 2,624 1.00/1.00 vMB 52
670,412 670,412 00000000000000000006faf75fa1fbdaf39a58d885d26be4392b684f5e1bcbcc 2,878 1.00/1.00 vMB 129
670,411 670,411 0000000000000000000c7f80b500fa20ad80c5bc284d8e277961437f0c4805f9 2,731 1.00/1.00 vMB 127
670,410 670,410 0000000000000000000bbfc7d3e0aadccd3d74061ce096d65964512ad87074e5 1,476 1.00/1.00 vMB 62
670,409 670,409 0000000000000000000c8aec799295af5d37e5c8d5d31bd9a939dbf6c5f1fc5a 1,086 1.00/1.00 vMB 127
670,408 670,408 00000000000000000004288bc6bee089a651948a119f2488187eea3e3689c196 1,324 1.00/1.00 vMB 162
670,407 670,407 00000000000000000000e52ce3fb8cc5e537c9f751ccbcc5c416823a9c903075 1,318 1.00/1.00 vMB 36
670,406 670,406 00000000000000000009c494aa4c76f83069eca95f7c539241e6c087a251e85d 2,135 1.00/1.00 vMB 38
670,405 670,405 00000000000000000002c90a7e253a609bedf7127a382c0d30eaf0ad38e33d24 2,044 1.00/1.00 vMB 66
670,404 670,404 00000000000000000005795949ca7f96bc089b9fdc2f18a23278cb1478e5844f 2,968 1.00/1.00 vMB 132
670,403 670,403 0000000000000000000d1a0e2d0d7ab590ad11dc40975fc28aaf8c610e8748bb 1,959 1.00/1.00 vMB 113
670,402 670,402 00000000000000000000ab5bafebeb4ca2dd9f354b30bdc96d0232fdc390c1a0 1,681 1.00/1.00 vMB 40
670,401 670,401 00000000000000000002a89d04ad0267645257c074678833a8ca3a2b0c45baa2 2,189 1.00/1.00 vMB 35
670,400 670,400 000000000000000000032132680f89ffe71aac3c63ec186cf60eeade4faaa2c8 2,217 1.00/1.00 vMB 82
670,399 670,399 0000000000000000000978c2e2fc9467d49c463a268509735d29a74dd38e0949 2,074 1.00/1.00 vMB 80
670,398 670,398 00000000000000000001d1e8bd3da8ecb0ed24b8746d70bb769c3dd275132373 2,386 1.00/1.00 vMB 66
670,397 670,397 00000000000000000009d673d6c914ea687c42de42647a1e1fd3919cd9c7b5b4 2,265 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.