Loading Tool

Explorer IconExplorer

Memory Pool

38,718 transactions
28.22 vMB
0.06179665 BTC
Random Selection Loading Transactions
Max Size: 143.51/200 MB

Candidate Block

Mining Attempt 5789dd3b9352d5c84599e43e46d05af580a36e292ab9ba9834f6762e563e7f85
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 91e309f1bd473b3b26ae5fc6977fca539188a8229620eeb63a3b9f8e632a6ba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,854
Size: 1.00 vMB
Total Fees: 0.00766493 BTC
Feerates: 89.40 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (415,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,894 498,894 00000000000000000002e8ba7200eceeafe71292f241cb24d48e5cdf18aa07da 2,432 1.00/1.00 vMB 431
498,893 498,893 000000000000000000aec8114853cdd22b7be2f84f189dacff94ae6ac11169ae 2,562 1.00/1.00 vMB 379
498,892 498,892 000000000000000000acbcd21dd8de37fe9072ab413be1e1db3a1c8ae4ebb350 2,379 1.00/1.00 vMB 326
498,891 498,891 00000000000000000009f9081590129182717fdf6d0fc9103165a84737685383 2,851 1.00/1.00 vMB 289
498,890 498,890 0000000000000000003ea862ee679b4fe45caa9d55937dfe49e637879822cebd 2,551 1.00/1.00 vMB 411
498,889 498,889 0000000000000000007955a06540aa7a3986ddb8c60799c4cb7bb114b4fb1c90 2,592 1.00/1.00 vMB 368
498,888 498,888 00000000000000000006cd8c4c5c0582afad218f13eb02f1351d0fa1821590d7 2,976 1.00/1.00 vMB 355
498,887 498,887 00000000000000000037806f60268fa090ad7e0cce5555dad3d4e28f7312b24a 1,982 1.00/1.00 vMB 373
498,886 498,886 000000000000000000aeac1e845cdbee5ea56717fbb1d8c05d9ce4a06a905f58 2,348 1.00/1.00 vMB 441
498,885 498,885 000000000000000000ac857f50176b25757158357f727de42eadd249ef09b3bc 2,359 1.00/1.00 vMB 219
498,884 498,884 000000000000000000846c44d78af6b8466f04301cc39d891d6e24ff0fc68978 2,473 1.00/1.00 vMB 294
498,883 498,883 000000000000000000194ee5b594b240efcd196e35202c372f0c512592516541 2,314 1.00/1.00 vMB 346
498,882 498,882 00000000000000000065998ce78e758cb1d370e7351d75f39aafd60501e18ae1 2,336 1.00/1.00 vMB 357
498,881 498,881 000000000000000000aa975de1014441d7beacd5f6a02fc25f41b6d478c0c602 2,414 1.00/1.00 vMB 350
498,880 498,880 000000000000000000a665c5394ebca382bb8a7d9065ef1496190eedf210639b 2,798 1.00/1.00 vMB 278
498,879 498,879 00000000000000000049bb6b70b42b94d6ac5ac9e1c9c16ec6faaad2994c7ab2 2,670 1.00/1.00 vMB 383
498,878 498,878 00000000000000000001ec54246fa783fb968df684f5cb6317b61beaf25d2a94 2,577 1.00/1.00 vMB 369
498,877 498,877 00000000000000000077d5a2f374461ba18592d02cfc7982aa3a64d3f723ad9e 2,078 1.00/1.00 vMB 375
498,876 498,876 00000000000000000004a84d0f67025d2d8e055a463215a907dfe8ffe2af3851 2,498 1.00/1.00 vMB 412
498,875 498,875 0000000000000000004de50e5720d4c44592cbfc49eb520b8e349e6cbb6baccf 1,338 1.00/1.00 vMB 208
498,874 498,874 0000000000000000008e5c4c1ea78e38c14dbe210393e37042cf34b477e1aaab 1,607 1.00/1.00 vMB 295
Previous 10 blocks ↓
Total Size: 781.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 629.85 GB
    • Received: 11.96 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.