Loading Tool

Explorer IconExplorer

Memory Pool

31,156 transactions
25.07 vMB
0.05934321 BTC
Random Selection Loading Transactions
Max Size: 125.19/200 MB

Candidate Block

Mining Attempt 2d71687d9fea22d3b84e0806bd8f9c57322ffa05f650143f6dd867daa9a076e9
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 939bc901565fe03a5d4152cafb09017129cff422646e96c8341353639f8c0a7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,196
Size: 1.00 vMB
Total Fees: 0.01438713 BTC
Feerates: 100.24 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (792,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,612 122,612 00000000000030dab64e261412db44711eae1c3bc920135e6b3f6902abd7fd43 11 0.00/1.00 vMB 0
122,611 122,611 0000000000005fd23f56ce60e75301191c8d92dd1d633927364e3e24c4d9db10 27 0.01/1.00 vMB 240
122,610 122,610 00000000000011724c48eb284957fe5027e997e382f43b98da28c454019f8912 14 0.01/1.00 vMB 147
122,609 122,609 0000000000005a4974cef3ae8f9a4f03ad3085074490f1c0f980cebca6d9c953 56 0.01/1.00 vMB 0
122,608 122,608 00000000000049f6bf511c8dffdcbf7f9018a5ee67f0bff81a7a001a0caedec5 9 0.00/1.00 vMB 307
122,607 122,607 0000000000002cb6496aa495d027acab0b7b3e0c03990f6f51e7fba7fb0b0bf9 11 0.00/1.00 vMB 0
122,606 122,606 0000000000002b19b97eaa7858911c216201ff02da41cc193bf70d77bd4605a0 24 0.01/1.00 vMB 1,808
122,605 122,605 0000000000001f4fad810780218aca62ee78b50fecc83f0c7a9f9892d69f7396 13 0.00/1.00 vMB 1,026
122,604 122,604 0000000000003694b1a7ab53687e526e55d20bf8cb9bd0c8ccbdb8a0041f5ea2 1 0.00/1.00 vMB 0
122,603 122,603 0000000000002bc397fe3ad0751a871661d29cf70f24e8702773cd6c4754c888 6 0.00/1.00 vMB 0
122,602 122,602 00000000000006225f62e5bb39c1dd78b6ea271219e19fd6aca82cb7e43be8ce 12 0.00/1.00 vMB 505
122,601 122,601 00000000000097703eb3d5c4330253e43e316429e0c22bb6b01eff44459c4888 3 0.00/1.00 vMB 2,020
122,600 122,600 0000000000004a16a9abab1a3f6a0288408216312bacc6a40f202234459ad948 11 0.00/1.00 vMB 1,060
122,599 122,599 00000000000074e1ed591aac8815992a4383e6a92cb8dc80e3c5bb89d0fff852 18 0.01/1.00 vMB 472
122,598 122,598 0000000000009280bf1c22d886b64010130e30eed2b5099830b8b610ab895753 11 0.00/1.00 vMB 657
122,597 122,597 00000000000058b37aa73346acb8ab8d2050fe276197416558819619c9edb8ca 11 0.01/1.00 vMB 789
122,596 122,596 0000000000004861572992cd00165d8f5a773002e585fa6ea770125784fc759c 31 0.01/1.00 vMB 2,674
122,595 122,595 0000000000000c4eaee029f38faaed05886dba8497004b3e29faff2cbf915155 9 0.00/1.00 vMB 320
122,594 122,594 00000000000083f67345d5917c6766b8ff4668b303667ebb54710788ec6e706c 9 0.00/1.00 vMB 568
122,593 122,593 0000000000007fd9bfcf1299623c4b6277a28599392ed78f73bef38a841797de 18 0.01/1.00 vMB 702
122,592 122,592 0000000000000c4535ddc2a2ce7fd5410bf5cb8f58ea1dc8e0e2d093ef61c8fd 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.86 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: 642.00 GB
    • Received: 12.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.