Loading Tool

Explorer IconExplorer

Memory Pool

27,876 transactions
24.45 vMB
0.05062115 BTC
Random Selection Loading Transactions
Max Size: 120.54/200 MB

Candidate Block

Mining Attempt b78337d594b4e1fa763c180f7ffc1544e0836cdfb522eea1e4501bb382d7540b
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 5663b7147c06e5796711e03deee89b43f1ba1eee86627543bd3fc155b612c6ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.00732053 BTC
Feerates: 73.20 > 0.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (450,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,849 463,849 0000000000000000005f8a2286bac155b4a1b7685ecfe7f78f6a5e8a3b393b8a 2,449 1.00/1.00 vMB 162
463,848 463,848 00000000000000000052d022750f9d0d6b13911321b9868de018429e779d9cb2 3,254 1.00/1.00 vMB 135
463,847 463,847 0000000000000000015887bc5d7cb410cc0b49d195513d9e1a4f5bc4599518f6 2,282 1.00/1.00 vMB 161
463,846 463,846 0000000000000000009233c1aedd00fa7aad908b7ad2c33b705f32f9071eda82 2,089 1.00/1.00 vMB 182
463,845 463,845 00000000000000000010d5f51b1cc5340a4af2affed37c17dc115e16488de08f 1,941 1.00/1.00 vMB 133
463,844 463,844 000000000000000001566b6d59a94fdea7fe939f61acdd9242aa4b559b39c9ba 1,439 1.00/1.00 vMB 166
463,843 463,843 0000000000000000009f9b317747565b1992b7bd7e99c817a3ad4aebbc5b24a4 2,664 1.00/1.00 vMB 141
463,842 463,842 000000000000000000ce835ec3ba68849273333453835cbfde0ce8b5746e58fa 2,334 1.00/1.00 vMB 157
463,841 463,841 000000000000000001e78a18b577578f536ddf7edc03eda000d39a7d10c0d5f7 1,152 1.00/1.00 vMB 128
463,840 463,840 000000000000000001e712d5d5ef861a6b619388fe76fd137c74f082c965ea57 2,472 1.00/1.00 vMB 163
463,839 463,839 0000000000000000006f13d11243cd767671fe4f28d09177bfc402ed2a7c15bf 2,614 1.00/1.00 vMB 161
463,838 463,838 0000000000000000001a723ad6930050b133b96b865dab06cd7b2c5402874123 2,364 1.00/1.00 vMB 175
463,837 463,837 000000000000000000d1ce27ad2ef2e99c76e4500a45f468ffa65d3fdf66a315 2,620 1.00/1.00 vMB 141
463,836 463,836 000000000000000000c56dd22e11ba67c5e1ac299e4f7d6a75f6dcf5eb20dce0 1,666 1.00/1.00 vMB 174
463,835 463,835 000000000000000000e5eb87ff87b3142b895a45b438bd314d1ad365e35f8a48 1,878 1.00/1.00 vMB 200
463,834 463,834 0000000000000000000c870671d47ed922f5dba5dd1f4db1f305a190606a4ad1 2,066 1.00/1.00 vMB 162
463,833 463,833 0000000000000000008217e1b852597f805e1424fa3c8d410e43cb8ca8f3acbe 2,155 1.00/1.00 vMB 169
463,832 463,832 000000000000000000d3d9c81dfa7beaefc1a8449b34d36945f5d4f653679c28 2,268 1.00/1.00 vMB 175
463,831 463,831 000000000000000001a679c7b89dddfbc7163bc11db9e557ca3cabfd3760d183 1,868 1.00/1.00 vMB 231
463,830 463,830 000000000000000000422536e0cea8f83d8dca664954637a136cd6a5746b7f6a 1,668 1.00/1.00 vMB 133
463,829 463,829 00000000000000000219fc24263402b3ad871b0facc75db962ddf62561c355c8 1,559 1.00/1.00 vMB 172
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: 641.78 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.