Loading Tool

Explorer IconExplorer

Memory Pool

51,539 transactions
22.00 vMB
0.09632065 BTC
Random Selection Loading Transactions
Max Size: 126.35/200 MB

Candidate Block

Mining Attempt 76453759405f03f2933447845746c0b9ce673eddf0396ad6531e1dc805da6316
Version 20000000
Previous Block 0000000000000000000197e4c363d3eebf2d1acf490a36b162e0036387d9c7d4
Merkle Root 7264646c0f20f278d2849f948a2fa426eb0a8be40ae716e9341c58e4d5c7dff5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,035
Size: 1.00 vMB
Total Fees: 0.04799029 BTC
Feerates: 150.77 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,020 (782,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,542 131,542 00000000000004b285a27035ca3e770b4f7f8c7ba6181e17411cd2f35f016734 10 0.00/1.00 vMB 1,855
131,541 131,541 00000000000006a4c9fc2995740e9f3cae77739c669ea43e89af786b0bbf2627 44 0.02/1.00 vMB 786
131,540 131,540 00000000000001603ea07cf95d2824264eb9023746aa83eb5f7689db38d8ce06 10 0.00/1.00 vMB 1,897
131,539 131,539 0000000000000725f31fc8b4a406debc4c66fcd0c9b38dbb6961226774d2b5b2 39 0.02/1.00 vMB 906
131,538 131,538 00000000000005cfa4f7ebac30c4f83361ce19821d716ba3a34a04451e34daf2 108 0.03/1.00 vMB 417
131,537 131,537 0000000000000c5220f6a6038394fd541fdbc02cd2717a9193e352fb198f0046 14 0.00/1.00 vMB 1,092
131,536 131,536 000000000000096602ac2f027a74779e02360c4e95463f1c182caf217bd8835d 76 0.04/1.00 vMB 651
131,535 131,535 00000000000008439df3be39566713d70370cfb26eb4c81255e4262e4292a156 158 0.05/1.00 vMB 62
131,534 131,534 0000000000000c8a9c0254b32668ad25516085af36ee0ad21c3b70db58c849c4 48 0.03/1.00 vMB 0
131,533 131,533 000000000000068e1620e20645b9982e0c6a5802a0494c58679d9ca78a4509ca 64 0.04/1.00 vMB 1,559
131,532 131,532 0000000000000422c18f925c7b5a8ef52a1e10c5aea023c99192504e4247b54d 9 0.01/1.00 vMB 870
131,531 131,531 000000000000110d92c160f98dfc55b090f984ec95db3f48496ad5757db7fb7b 19 0.01/1.00 vMB 902
131,530 131,530 000000000000095ddbca31e118430744800429631a89b9baaa04e409750388c7 15 0.01/1.00 vMB 1,374
131,529 131,529 00000000000007c3f3d7c56c5252ae3a1e1a6129b9c13dc088c335845be7541c 49 0.03/1.00 vMB 835
131,528 131,528 000000000000126ae3a83ec0307b7b7fa8261bfde27e6a54e88aee3b0393ad75 176 0.05/1.00 vMB 180
131,527 131,527 00000000000010ea1ea8822ba6aa6807fa4489d3d08fce45b406a9c90f1882b4 8 0.00/1.00 vMB 820
131,526 131,526 00000000000008ccdbc6ce5586738b994488638d26f9330a56bded6a1039af58 112 0.04/1.00 vMB 472
131,525 131,525 00000000000005eea17ecca8059c3bb4348cd0816bee5596e8cbfc4aec91b64e 171 0.05/1.00 vMB 196
131,524 131,524 0000000000000e3548c20ff77e4b8d5460293e96af33a2f7d5c0fa3e655e7621 8 0.00/1.00 vMB 718
131,523 131,523 000000000000111a0b25defc2264dc78f4649d7e2bf0d401ca7c6627def8a815 9 0.00/1.00 vMB 316
131,522 131,522 0000000000000edd2a3c65ffd89591a5e04e8d342ca507612c42d88254905aa2 15 0.00/1.00 vMB 1,142
Previous 10 blocks ↓
Total Size: 780.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 550.65 GB
    • Received: 6.45 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.