Loading Tool

Explorer IconExplorer

Memory Pool

75,954 transactions
33.52 vMB
0.12836318 BTC
Random Selection Loading Transactions
Max Size: 187.03/200 MB

Candidate Block

Mining Attempt 9bdf8c18ba852acebfd8960aa4fb5a1eb4f6eb519d9590f055f3b2bbd07879b3
Version 20000000
Previous Block 00000000000000000000c077d8988b15493bc1532da26f22c899c1307eed6203
Merkle Root 53b18cb7a9989b75b582d683c7fd5f0912aea2e01034adac84487aa96d97a8a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,476
Size: 1.00 vMB
Total Fees: 0.02038500 BTC
Feerates: 70.48 > 2.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,414 (676,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,341 239,341 000000000000016157eae83d4e14f70776be5fd62aa259bf6c19b42f0950220d 55 0.08/1.00 vMB 37
239,340 239,340 0000000000000128c8cf8235694e3070914bd8455432749b2a06104c5ce4e536 256 0.13/1.00 vMB 106
239,339 239,339 0000000000000130c7152b38e1152c723c0c6f10a80bd10b4f9021b74fcd069d 501 0.23/1.00 vMB 170
239,338 239,338 00000000000000a24b3e8bfadaa7640c08e52959983de19a86bab98d8169faa3 170 0.09/1.00 vMB 122
239,337 239,337 0000000000000126c0dd2aa43f01e8fbfca015746c72217870daa30f6498374d 5 0.04/1.00 vMB 51
239,336 239,336 000000000000012f92b3ea824b8345e37ab9eefda2598bcd919eb0ae15e2152a 344 0.17/1.00 vMB 139
239,335 239,335 00000000000000914c37a1f785c144c0e942a78d6e96f4a243f4dba58ca3ca53 23 0.03/1.00 vMB 28
239,334 239,334 000000000000011e15a7775a428ece3d740dfd179530d9fa5f9ce1f75be65562 408 0.20/1.00 vMB 127
239,333 239,333 00000000000001330ee3cef99e284ffda2c2820f7f1ac7edc4e224914e4a7cca 28 0.04/1.00 vMB 36
239,332 239,332 000000000000012874992c5b461bbb43e3f2de8429b0b52e892728c2e0023714 545 0.25/1.00 vMB 178
239,331 239,331 0000000000000072e1ebc577c03724536db650521b798b2d4c3db7fae9c3e692 72 0.05/1.00 vMB 106
239,330 239,330 00000000000000d195395189b9a34ea5fdb32dd8d38dbac965526f15b3088c01 192 0.09/1.00 vMB 183
239,329 239,329 0000000000000093d5027de61615bdb90d73bd15c63f1e388a11b7b1fbfae609 257 0.11/1.00 vMB 167
239,328 239,328 00000000000000f0ea754cf5d559fb034a32b189ec41a2ae3b7b1ad077d91ece 128 0.07/1.00 vMB 87
239,327 239,327 00000000000000164aa2908be673c2a2edad73b4474062b7fcb27e6c0558d423 175 0.08/1.00 vMB 138
239,326 239,326 0000000000000014f106bc72db63b1ee20c5f7c8066a7524df705c3b65398095 432 0.18/1.00 vMB 159
239,325 239,325 00000000000000ab3310277b7b09214ed5c7eabce837195e18756e1a9c9cef18 267 0.12/1.00 vMB 162
239,324 239,324 0000000000000070da5be1efcae0daf72070abeae552ab0ab0ebc5e51696cdfd 219 0.07/1.00 vMB 86
239,323 239,323 0000000000000129e9afab4770610b99d71fd795e90de8560113a6c73e17f08e 165 0.08/1.00 vMB 142
239,322 239,322 000000000000009111898c3b8d395e376164845c7ddc7509d5cb308a80fec4fb 249 0.11/1.00 vMB 169
239,321 239,321 00000000000000fb86e1cfe298780f8b1d1bd9b8aabb4cac89aff3c4b0b525b3 13 0.02/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 783.11 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: 732.00 GB
    • Received: 18.53 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.