Loading Tool

Explorer IconExplorer

Memory Pool

34,532 transactions
25.34 vMB
0.05027375 BTC
Random Selection Loading Transactions
Max Size: 129.18/200 MB

Candidate Block

Mining Attempt a519b1f89b3c8f72a1d35e23c495c88194c601e482ef9c63fb8f026e19d10ac0
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 2d3d2f8d7db6cd22aef2e0dcf9dd37c9908eaa834eaa50f934e33850752a7a20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,222
Size: 1.00 vMB
Total Fees: 0.00429223 BTC
Feerates: 100.18 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (790,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,453 124,453 000000000000470a5938e500676dd4c03a1be26805580ea91d1d4ee1fcf50660 40 0.02/1.00 vMB 519
124,452 124,452 0000000000001d8767e45168ec1816c73f76586a3674deebafef06665064ced7 11 0.01/1.00 vMB 679
124,451 124,451 000000000000493cdfcb69e6584252aa75e1f5f175b01e23fe6972c1af497c8b 41 0.02/1.00 vMB 190
124,450 124,450 0000000000005f05b84c30eda402ae98322be010dbbf2d0c0d1a1c84b01119fd 19 0.01/1.00 vMB 321
124,449 124,449 00000000000031c18aac70a5c76193cd8bed77ffd22235f79bfaff587dcc3e9b 4 0.00/1.00 vMB 660
124,448 124,448 00000000000006b69f397192e382b929810f6e46200ee639e4e367078b9cc5ea 9 0.00/1.00 vMB 311
124,447 124,447 0000000000002c12c6922fbef552d8073931ee82425c842f19c4f571f950ba90 10 0.00/1.00 vMB 625
124,446 124,446 00000000000015ff038d6c725a56ceb1fae88c17e97504356da5a43f8467c287 20 0.01/1.00 vMB 205
124,445 124,445 0000000000004eef50c44a967b829474e32f0a81f9c4446fbc5ff9e774fe2665 16 0.01/1.00 vMB 1,112
124,444 124,444 000000000000229ca00a52a6e8c5719fe827046dea5cf6d91dbe8530af6b78cc 1 0.00/1.00 vMB 0
124,443 124,443 00000000000019833957a8924f8c43ceb8e7172a3dfb1422379f335ae9ca72a5 64 0.02/1.00 vMB 2,199
124,442 124,442 00000000000039d0a93658aa776844c68c18f32d7d8a90131c944d6fb65f5a4b 7 0.00/1.00 vMB 294
124,441 124,441 000000000000144146677838d2573409554619a957fb45c3f3f94577eca91eb4 14 0.01/1.00 vMB 90
124,440 124,440 0000000000004a59dd6f2e2c21211e0be87f1204a4cc05d358b705cd40b5da3a 72 0.04/1.00 vMB 838
124,439 124,439 00000000000020395341cd73351d3d4bc03f43b37db7185789c516e66fc476d8 13 0.00/1.00 vMB 582
124,438 124,438 0000000000004f02a7f6afebcaf523a44dba885468e0e839437c882b6cb003bb 10 0.00/1.00 vMB 0
124,437 124,437 000000000000140d5f13d3b7cd555bea5f70378277966189971c1bb9df7ee28d 30 0.01/1.00 vMB 570
124,436 124,436 0000000000001d44c4a2b583bfee8a3bfcae7c4284a3781ff404c3a3866aa588 1 0.00/1.00 vMB 0
124,435 124,435 0000000000005e85245ac0114e57a7d83cc1b580fd99ded4d9025b29ef9f81ca 12 0.01/1.00 vMB 181
124,434 124,434 0000000000003707bd054c53d2abeb006999061e00880360db6846e4a8d19369 7 0.00/1.00 vMB 0
124,433 124,433 00000000000042850816e6c892e98b58acb3824bd4d397d7e2752d6254ec1deb 25 0.01/1.00 vMB 1,592
Previous 10 blocks ↓
Total Size: 781.82 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: 635.72 GB
    • Received: 12.32 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.