Loading Tool

Explorer IconExplorer

Memory Pool

78,968 transactions
30.15 vMB
0.11863534 BTC
Random Selection Loading Transactions
Max Size: 179.46/200 MB

Candidate Block

Mining Attempt 75dd8d9c16ab826cd9a2d9c863996bd3bcc4818734bcec653895c1321946ff42
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root c8d530dbe4442a0a16e45a1e25437ab61e600f3b6a8e4337eee3e92d2d9d0956
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,350
Size: 1.00 vMB
Total Fees: 0.02868551 BTC
Feerates: 109.82 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (543,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
371,345 371,345 000000000000000006c2783abb2a5b75b4935cf3234e260f8ed6be5d85bc5b93 1,027 0.90/1.00 vMB 24
371,344 371,344 00000000000000000e5f75356a6c7f596200ba74ecd2ae9461917065f6a8d212 993 0.75/1.00 vMB 24
371,343 371,343 00000000000000000ff1b85fcbaef09e72ded7b97f13a27531b63ec31e4946a3 341 1.00/1.00 vMB 13
371,342 371,342 00000000000000000b45b26d25144a4a02051304cf2ceb0ebf62af52b5fa2643 1,876 1.00/1.00 vMB 41
371,341 371,341 000000000000000008aa6cf51dfde20be1d54e671494a44fb7f252fd4e913162 2,162 1.00/1.00 vMB 43
371,340 371,340 0000000000000000101b9824fbbbf52b158c04d33aeab910954cfce6c4c658a6 800 0.66/1.00 vMB 17
371,339 371,339 000000000000000006c32b4c4231d2c129a43fae47e2f729530baa1e198a71b8 1,519 0.93/1.00 vMB 34
371,338 371,338 00000000000000000fb4a9c39dbbf671d79b0eee48cb2f3c85ae39a5005e82d6 1,650 0.80/1.00 vMB 42
371,337 371,337 00000000000000001004395fb5a59a4d44e51e7f9ff3504c2a5d6e7f06885680 225 1.00/1.00 vMB 90
371,336 371,336 00000000000000000c684f7fbcbd0bf42879ca1143844d34c5d4ae28358fb41f 620 0.39/1.00 vMB 34
371,335 371,335 000000000000000006b17425eda94c210ef5111c20c10d1829829d0eeaf905a9 1,400 0.72/1.00 vMB 38
371,334 371,334 00000000000000000796a4bd624aeaf6d81b24e666e5db3e7fa62f094df3bc96 345 0.29/1.00 vMB 15
371,333 371,333 00000000000000001434c5b3995a1c065fc434fdd1098dbb65020bdf57d90f2a 1,792 0.93/1.00 vMB 39
371,332 371,332 000000000000000000509e83cabd4f3f02c62638470357eff53275c9532da94f 993 0.70/1.00 vMB 26
371,331 371,331 00000000000000000a1f0a5dc852ab81d720fb9dceec91bc42f1461a3cf4d3d5 1,025 0.89/1.00 vMB 16
371,330 371,330 000000000000000007c746ad049bd1c6e7c961940594f4d86c87447d8eac48da 1,827 0.95/1.00 vMB 34
371,329 371,329 000000000000000002f685ba27822de3e4d6f7c00942534a6830a6192495f020 1,374 0.62/1.00 vMB 40
371,328 371,328 000000000000000001deedb179b5f39030263028080c3741b9c5b130f3354920 2,109 1.00/1.00 vMB 44
371,327 371,327 000000000000000004254a33f7cf6848c114efd8c7b5b4780e031ad17df5d7df 943 0.55/1.00 vMB 41
371,326 371,326 000000000000000013edf651666d32c3f8d1a7758668cb92f4951df1c59d1c7c 1,861 1.00/1.00 vMB 36
371,325 371,325 00000000000000000d5c1beea8e3571b3a49c2484b9d4de92e315903a7f86778 226 0.12/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.91 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: 714.20 GB
    • Received: 17.52 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.