Loading Tool

Explorer IconExplorer

Memory Pool

40,819 transactions
27.92 vMB
0.06378321 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt a092ee89675f9b2100e6f98241fda677e0b83bc13a0155977dea31f7a9c3ede5
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root d40bfa898d4b73b97b725aab1ae2d32ba6eec67f698b694429a1ce0d317491ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.01032316 BTC
Feerates: 100.56 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (339,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,061 575,061 0000000000000000001e3811ac35e2b11055ed13be498201afa4f4571e768f85 2,765 1.00/1.00 vMB 80
575,060 575,060 00000000000000000003e3d4e41cf12625293b1f8fb049d48d75f056b1573a0d 2,367 1.00/1.00 vMB 36
575,059 575,059 0000000000000000000ce7f99015ab788fb01d5a90c38eec20b06a95b669d68a 1,845 1.00/1.00 vMB 40
575,058 575,058 00000000000000000028f6e205b1115b04d52f8887f8993a62edbbcb67748682 2,013 1.00/1.00 vMB 40
575,057 575,057 000000000000000000022f11be5ed14ecbd2eea1222e0e8c40ff357d882303cd 2,663 1.00/1.00 vMB 88
575,056 575,056 00000000000000000021962e9888fb2af32834350e3dc95a6dc53e9913502a4d 2,611 1.00/1.00 vMB 50
575,055 575,055 00000000000000000009d34e410dedaeb0ae55dd8faac4d073e8d676ac3a138d 1,344 1.00/1.00 vMB 80
575,054 575,054 000000000000000000066df431b5b0acfcb492d5dcd8d77a71e6e5b3e2764c12 3,009 1.00/1.00 vMB 52
575,053 575,053 0000000000000000000465297eb66fc74ec1b5642fbe3c6f5aaa22a1d0e66cc7 2,749 1.00/1.00 vMB 92
575,052 575,052 00000000000000000003943c606714c1c24b7fa933b4ea03790b5668fde239f1 2,807 1.00/1.00 vMB 62
575,051 575,051 000000000000000000016362a3beda2d15c199d6603f87f1a8fead3e23e0ba22 2,452 1.00/1.00 vMB 64
575,050 575,050 0000000000000000000db3505a8022b37c780d7e1220579304007baaf93258ed 2,581 1.00/1.00 vMB 78
575,049 575,049 000000000000000000123f764116856703fd5087cd67a6f37c8dcf61cd89eff8 2,962 1.00/1.00 vMB 92
575,048 575,048 00000000000000000029812d570f00a0a125f6adc30b930c0f7606b033146bb7 1,727 1.00/1.00 vMB 67
575,047 575,047 000000000000000000005a9cf15836ad36b44713b1e8b1872d8e4f63a87b000e 2,608 1.00/1.00 vMB 55
575,046 575,046 000000000000000000164d94d7c842126ccecdf5fbfae080f8d4f88446d8b5bb 3,026 1.00/1.00 vMB 54
575,045 575,045 0000000000000000000e33e16c20a4f89cae897406f70fd363e7777653ca2841 2,391 1.00/1.00 vMB 86
575,044 575,044 00000000000000000022cfa8ce41b8169836732a42945cb9d33198ac53165e86 3,388 1.00/1.00 vMB 63
575,043 575,043 000000000000000000146d8267dd69abe3a0d0c23d754458c72d474997ba7f54 2,546 1.00/1.00 vMB 88
575,042 575,042 00000000000000000015dcf74e478b9717e587e0cc9d150c5cf60fc356de221b 2,840 1.00/1.00 vMB 83
575,041 575,041 00000000000000000014c48d05ce9c8c2a45ce30a99ca8415e70dec84f8ae131 2,430 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.73 GB
    • Received: 12.08 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.