Loading Tool

Explorer IconExplorer

Memory Pool

34,727 transactions
25.91 vMB
0.05472434 BTC
Random Selection Loading Transactions
Max Size: 130.98/200 MB

Candidate Block

Mining Attempt bfb1716e3e66129f6cde00d13338a78047474dfc384c9817478c8b0d2fb88211
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root 74128b87d0c739c7fd12220a36945fdc9ec950aceacea8b588e5399a30a01293
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,062
Size: 1.00 vMB
Total Fees: 0.00706156 BTC
Feerates: 226.23 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (203,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,301 711,301 0000000000000000000b237aadf7c50b07d45112c69e06a6f18664acb0873d8b 2,222 1.00/1.00 vMB 19
711,300 711,300 00000000000000000007fd186d8717d22f3fc21dbf03d0c4097289b89a008304 2,550 1.00/1.00 vMB 10
711,299 711,299 0000000000000000000af964666f9a3ce0fa085581e66da9a72a504e1b0d0311 3,210 1.00/1.00 vMB 27
711,298 711,298 0000000000000000000b6aa829f501f5008aff4758e452ca5e5d9f90705c4b40 3,032 1.00/1.00 vMB 12
711,297 711,297 00000000000000000002f4b9ca7ecc8a7a002491a96de577a676243990dd933c 3,323 1.00/1.00 vMB 22
711,296 711,296 0000000000000000000c5c1bceff3c3f122f1fda11c28098dbd9043247531ebf 2,853 1.00/1.00 vMB 42
711,295 711,295 0000000000000000000b1f8e1c17b0133d439174e52efbb0c41c3583a8aa66b0 1,724 1.00/1.00 vMB 1
711,294 711,294 0000000000000000000bf407cbe8441d9e4b11916d0a29e28ebadbe2e71c65c2 2,336 1.00/1.00 vMB 7
711,293 711,293 00000000000000000008bb2944350635184a3503a3d289e33316bc8a8f18b537 2,724 1.00/1.00 vMB 9
711,292 711,292 0000000000000000000b6a0c7f7b75a910afa60ab15d581ade899d68254f0e6a 2,696 1.00/1.00 vMB 10
711,291 711,291 00000000000000000005e098f15270632edde08291e4ffa6993d3e132b4711eb 2,349 1.00/1.00 vMB 10
711,290 711,290 0000000000000000000bea6d7a887a2df236c7c28ea152ec04a926c542e88ca6 3,013 1.00/1.00 vMB 16
711,289 711,289 00000000000000000001edf654e3cf112eee2f4e770cecd9bb12210b3e269805 3,054 1.00/1.00 vMB 10
711,288 711,288 0000000000000000000466a0ea1d3c22483e3498270bd76072ea9c819085526a 2,989 1.00/1.00 vMB 12
711,287 711,287 000000000000000000018d31a950cea17042fb2e646f3bd1d5c1d0df8ed97ab1 3,392 1.00/1.00 vMB 7
711,286 711,286 000000000000000000041ec565876f8ce509f9e8ba3d79f10a10735cae53001e 2,808 1.00/1.00 vMB 7
711,285 711,285 0000000000000000000bd7374cc5eb4be772ea994c9309f84253d01b09771a7c 3,261 1.00/1.00 vMB 25
711,284 711,284 00000000000000000002ae20a9229bee9b008fa46328e230fed63d7caa7ce449 2,858 1.00/1.00 vMB 19
711,283 711,283 00000000000000000005d5f45b38dacb7b92ed28a1f81815e730cbdc559da443 2,181 1.00/1.00 vMB 7
711,282 711,282 0000000000000000000c03c81e5fedbec885406e04a10effe8d35eb8307b96b9 3,073 1.00/1.00 vMB 21
711,281 711,281 0000000000000000000acfac8289182d11c0e4275fc0ec984c044cf6a0536f30 3,117 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.78 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: 633.22 GB
    • Received: 12.18 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.