Loading Tool

Explorer IconExplorer

Memory Pool

81,504 transactions
29.96 vMB
0.15712501 BTC
Random Selection Loading Transactions
Max Size: 180.51/200 MB

Candidate Block

Mining Attempt fe57595b447e1d2c793d233bdac5f9a35e2cac4646c063890c6f838031f1982a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 4617aa7d37d4199a46e94391373bf7a6dcde4ad27f5b6baa5c4d9c2e323fe775
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.05991094 BTC
Feerates: 1,002.91 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (513,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,657 401,657 000000000000000000b4b14e92794816e13a822cadea5240c96c4f4fd769361a 2,222 0.93/1.00 vMB 53
401,656 401,656 000000000000000004dd73b0dc84ae2a7bb790d92a3fb457cafca2c221206aa0 2,301 1.00/1.00 vMB 51
401,655 401,655 000000000000000001cac82588169bc91eafa3f7c2ea250e1dc8d13bf69ebb12 899 0.44/1.00 vMB 39
401,654 401,654 0000000000000000059353918e1cd2a79390188d520cfe33c61f85ee1fe69533 956 0.53/1.00 vMB 40
401,653 401,653 00000000000000000590160aab9eed57116df19d676dcf31b0c0202a6e48c6f6 1 0.00/1.00 vMB 0
401,652 401,652 0000000000000000051370b1e6580b5e512446fa80b2d72d237e4f69ade91922 1,063 0.57/1.00 vMB 49
401,651 401,651 00000000000000000024490e52a36e18e3a3a69151dc624f8fa033ef7a86e654 304 0.99/1.00 vMB 6
401,650 401,650 00000000000000000566afd94e78fe6c6a9ced90e6c93773ae40ae80d4dda883 1,050 0.67/1.00 vMB 37
401,649 401,649 0000000000000000026c40a382227d4ba68b3aea2e26b888b3b2c1bebe579303 1,974 1.00/1.00 vMB 38
401,648 401,648 000000000000000005e3102d698a20adc06b0d0529286f5a0a0e3263517a5826 2,401 1.00/1.00 vMB 75
401,647 401,647 00000000000000000459832c9f3acadf2a2863ef64f5bff582dc27e0a2a2aae7 274 0.10/1.00 vMB 37
401,646 401,646 000000000000000002624781914d089fcea6e1e3cfaf3a0db379444088408238 2,446 1.00/1.00 vMB 55
401,645 401,645 0000000000000000015bdec676670e8c1a17809eb89d0c9c34008962243e9cb6 731 0.36/1.00 vMB 49
401,644 401,644 000000000000000004cc30129f13ab6cceebb87efeced7af86f3472e5162c67a 1,653 0.99/1.00 vMB 46
401,643 401,643 0000000000000000059e2b331ce1ad2bb55e99bc7b6962fefefcd50e4bfcc796 391 0.18/1.00 vMB 43
401,642 401,642 000000000000000004dcb4b1f2d1840b5ed5520b8d6bcba868552d37ba97fc3e 1,452 1.00/1.00 vMB 25
401,641 401,641 000000000000000004b165f56c0d004be9077b55d10830b62b1e682a5dda87a7 2,168 0.93/1.00 vMB 48
401,640 401,640 00000000000000000138a57a72f0fa65c7377af73a6305d874d87bd1e629b67c 2,014 0.93/1.00 vMB 40
401,639 401,639 0000000000000000015671ad86728ad07f2b31849d3b71a60c41262477934aea 3,083 0.99/1.00 vMB 77
401,638 401,638 000000000000000000a767d107e0190cd8a84b51dec8776c1401f62cbf160cf2 288 0.16/1.00 vMB 51
401,637 401,637 000000000000000003eb66f5d2fdd249556a7fbfe7ac1a2c802cb2260b7e8190 740 0.50/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.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: 714.48 GB
    • Received: 17.55 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.