Loading Tool

Explorer IconExplorer

Memory Pool

44,979 transactions
26.56 vMB
0.05631315 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt eeb18f2ebc55c2e92ada46838c903eb8f3754e6b49718f0a40af8e619a1c994a
Version 20000000
Previous Block 00000000000000000000ccd90c9c322dee23e4636037e7cd5f80c2f31107de16
Merkle Root 8e10675eef29eeeab652bda4f4d68fae71a3af80557acfcd261a6e851a217a56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,724
Size: 1.00 vMB
Total Fees: 0.00756440 BTC
Feerates: 150.93 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,737 (415,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,533 499,533 0000000000000000001f52de447549e4d27d3ebb6addf27f406403d2e69c95c6 1,351 1.00/1.00 vMB 203
499,532 499,532 00000000000000000026cdfa34f295dc92e83b59d7116e8bddf20df421d5726a 1,061 1.00/1.00 vMB 130
499,531 499,531 0000000000000000005c6ae17fd5382a610fdaabf472b039a32d01d5d32f4b95 2,079 1.00/1.00 vMB 241
499,530 499,530 00000000000000000092be0799e9953f1046e748b912464bb9cf3d6c1a2da4e6 1,929 1.00/1.00 vMB 199
499,529 499,529 0000000000000000002375f7b3fa02ca0eef772eea4a4ddde1d285d52e1297bd 2,153 1.00/1.00 vMB 216
499,528 499,528 0000000000000000006d3fecefbd1ff097d40a2818ddb1e2751d20b9e0ff34bf 2,459 1.00/1.00 vMB 303
499,527 499,527 0000000000000000009993b466c51820d2e2fb7c40817bbad9bfaaf83e68cb4f 1,605 1.00/1.00 vMB 367
499,526 499,526 000000000000000000a6b4555a1019dc537afa1934a02764de764a7b47c43a96 2,599 1.00/1.00 vMB 415
499,525 499,525 00000000000000000026f1be6cd50887cec50bd3293573ea838ca16864a0ad29 1,008 1.00/1.00 vMB 351
499,524 499,524 00000000000000000044ef2eaa5581ad131082d98937ff0baa24ffa3950715b2 2,106 1.00/1.00 vMB 416
499,523 499,523 0000000000000000003348cf906e2dd20701f251da6c88eb72617fb9968b73ff 1,736 1.00/1.00 vMB 386
499,522 499,522 00000000000000000002f1f729940de7edaccb9302064f51d6e4893fd711508b 3,288 1.00/1.00 vMB 431
499,521 499,521 0000000000000000002bf028fe07cf4087db7eca471a2f180a3c135a491683d7 2,667 1.00/1.00 vMB 409
499,520 499,520 000000000000000000599d9fd30f346fd481349355606af44a569c2becb0e23e 2,694 1.00/1.00 vMB 477
499,519 499,519 000000000000000000b06c31deeeaa1834976c427763aa3264ca9df8727aae46 670 1.00/1.00 vMB 369
499,518 499,518 00000000000000000006e53e7cd0ae47c25da6c16d37a1cf9c55a09ba9c1a9a4 2,279 1.00/1.00 vMB 411
499,517 499,517 000000000000000000077deab919f9d8d2f4bfd4048886292e86887cb9c10689 1,833 1.00/1.00 vMB 401
499,516 499,516 0000000000000000008473edc55b1709fcc6af8311125b3f70bfe9fb685e81a5 1,043 1.00/1.00 vMB 291
499,515 499,515 00000000000000000075f1b0373aa5de9972cddc44a94f1639a19ecd8c23991e 2,586 1.00/1.00 vMB 414
499,514 499,514 0000000000000000008241fb9882c9a5059fe08b203e4d578b713c5095a4d761 1,290 1.00/1.00 vMB 461
499,513 499,513 000000000000000000505dea8f931d66d19331ea7bf850d742143215aaf80a06 1,992 1.00/1.00 vMB 448
Previous 10 blocks ↓
Total Size: 781.92 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: 646.18 GB
    • Received: 12.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.