Loading Tool

Explorer IconExplorer

Memory Pool

38,828 transactions
26.56 vMB
0.06428746 BTC
Random Selection Loading Transactions
Max Size: 136.98/200 MB

Candidate Block

Mining Attempt 5eb18312f2f97f449e64b7c792550a65cbe35960343321ad35f33720a763256e
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root bdbef0a94be807f7a7cd266ec4d7b59a13a71f3f3c2c5b77233d35681f1acfa2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,205
Size: 1.00 vMB
Total Fees: 0.01469396 BTC
Feerates: 201.06 > 1.47 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (799,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,517 115,517 00000000000062e8ad40a735011e45d5d574ead87f76514e7f5b21cdd7a91fca 18 0.01/1.00 vMB 1,052
115,516 115,516 0000000000001f42ce9a507586fc03af30541cc1cbbe4612a317a20dd58ade56 137 0.05/1.00 vMB 500
115,515 115,515 000000000000adc96d5b821e4df14af4c09420cfe5863ce3723592826066dba2 1 0.00/1.00 vMB 0
115,514 115,514 000000000000d5707d727b17d3b4470773c9551c0e8d8db18d77a67b3e92a263 1 0.00/1.00 vMB 0
115,513 115,513 000000000000700365c5a19e3fb35a9d77a87373fbe35110a38304e73087aac4 13 0.00/1.00 vMB 1,117
115,512 115,512 000000000000eda105a59768af0a307dde47b28ec352a6ceb3e65ed5ae924772 15 0.00/1.00 vMB 1,334
115,511 115,511 0000000000003ed8472768fc45c65b56e36c162e284c1318cd68f65777a3419a 13 0.00/1.00 vMB 1,156
115,510 115,510 00000000000001918d44906ce39d5a19362b36cb936fb821d34f72951e443a6c 13 0.00/1.00 vMB 1,000
115,509 115,509 000000000000982227cbaef949e5c585e9d746e0e0e63768dc8a945c175bb43e 9 0.00/1.00 vMB 1,182
115,508 115,508 00000000000067849386550027c3b1dab5c24cc0150e6d72473c39f3317cf3ae 2 0.00/1.00 vMB 0
115,507 115,507 0000000000002262db0fc61c7ca8d0d4c0bb8c18cbfc3223c033c64b5676859b 9 0.00/1.00 vMB 337
115,506 115,506 000000000000423e1dfe507b20cb100bf15ac35c16da195870a886b0f9eeaefe 8 0.00/1.00 vMB 0
115,505 115,505 000000000000839f27cd7ccbc0f73b7c9a34838b0c7933d6ed288ffbcf5fe562 3 0.00/1.00 vMB 2,144
115,504 115,504 00000000000098f9058f47ec33f88fc9ca4f4ba07a8d434257083ad67bda5e21 22 0.01/1.00 vMB 0
115,503 115,503 0000000000009949f2d05dc573b4da2da124e3abe1bcbc91ac2722dec5de9350 19 0.01/1.00 vMB 1,709
115,502 115,502 000000000000b0ffb5604dc8558fbaeab07504fe983a1817e780fbf437a29eda 10 0.00/1.00 vMB 1,084
115,501 115,501 0000000000009b59980ae6c310d53fb2a99226f4ea8ee0f881756c5249652fac 1 0.00/1.00 vMB 0
115,500 115,500 000000000000d3b249606ff59a26d258141687d3a88a1d6362ca7196b0587e82 12 0.00/1.00 vMB 0
115,499 115,499 0000000000008985d482e18c35412d9b84851a1ddd018030545acc3aacf17056 13 0.00/1.00 vMB 1,086
115,498 115,498 00000000000024d6a345c8c11848cf962f06c876f3aee32781d4a93e2e053e33 10 0.00/1.00 vMB 688
115,497 115,497 000000000000720842a0c2eea66f31c9d67507068ee1223d42066133a2a593be 13 0.01/1.00 vMB 1,195
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.