Loading Tool

Explorer IconExplorer

Memory Pool

71,553 transactions
27.25 vMB
0.09627112 BTC
Random Selection Loading Transactions
Max Size: 163.31/200 MB

Candidate Block

Mining Attempt d954db0cecbf786a1a273c35456e7d7c945c307a1e3f627f4a35f748accf6960
Version 20000000
Previous Block 00000000000000000000c1868b741ca3460dfd5f2623a0e679cfe2f7ef930409
Merkle Root 5b38cc55d24e8c65c447d158374e1dcc07de09e20e5021d126eb2c4d4bdadaca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,626
Size: 1.00 vMB
Total Fees: 0.03571948 BTC
Feerates: 1,003.56 > 3.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,475 (656,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,521 258,521 000000000000001b870b08defe6edcadfe87617713b4d204e9fb4497c349db4c 670 0.25/1.00 vMB 548
258,520 258,520 00000000000000183347d702a33a6958e34b067ed74f7102cff7a0b0612c48a7 228 0.18/1.00 vMB 61
258,519 258,519 000000000000000ad0eebb08a893f9fc2e5a05f0cfd9162d63bfdef102710403 425 0.23/1.00 vMB 295
258,518 258,518 00000000000000087773dbeedfc0333bed39c13d0e6305e97ed4b9e7733d7c87 552 0.25/1.00 vMB 105
258,517 258,517 00000000000000029abeac39c2e971d2f5d4714d66e20c77f1671a36ade38b5f 512 0.21/1.00 vMB 600
258,516 258,516 0000000000000004ee0a46342c8ef7284f5e25010a748c3d80d6b1a483f0475d 727 0.25/1.00 vMB 1,181
258,515 258,515 0000000000000002e4a361c49fdb6231016b0dff80fcb5c931db731318e65362 55 0.02/1.00 vMB 58
258,514 258,514 0000000000000022096996cf70e8742ee9b3a2a438d326f71d11c599d83552e2 346 0.13/1.00 vMB 106
258,513 258,513 000000000000001e21136bb0a007c1def090a0aa977b4c7695602835eaedce83 494 0.21/1.00 vMB 5,851
258,512 258,512 000000000000000535d40d279db7c94989c9d017408d624123c98269a491fdb2 185 0.07/1.00 vMB 124
258,511 258,511 000000000000000e88c9e338e6b90ec7e8f54b0563383836803cff18cd37f0f6 104 0.07/1.00 vMB 59
258,510 258,510 00000000000000170dbf4d21df2fba2be3fae206a6aa98443f82f78af360d0c5 554 0.23/1.00 vMB 389
258,509 258,509 0000000000000012a7a17f4e0f569b0c9b8bb92c114bf75f5277a1b0827b5a88 208 0.09/1.00 vMB 90
258,508 258,508 00000000000000206850f3341d371db6792be9baacda3dcf9b425ebda79bba59 295 0.15/1.00 vMB 724
258,507 258,507 00000000000000112f6469e7bd65414ef52d5e2cc56aa09d0d58826896489bdb 490 0.18/1.00 vMB 176
258,506 258,506 00000000000000237d3f9553ced263b3c1b52ce012c5866dae298a0a60765754 626 0.24/1.00 vMB 326
258,505 258,505 0000000000000010eefd2cb90bdcbce63eeba9576d6e8d75640158bd04ff8be5 349 0.13/1.00 vMB 488
258,504 258,504 00000000000000248aa2a5faa4daa2d3a0cdb551ecd47c7ee8b870e1c1ebb841 158 0.06/1.00 vMB 108
258,503 258,503 0000000000000004d8128982dd1e41894c73ab561261ef3986a544ff8c09d022 531 0.19/1.00 vMB 120
258,502 258,502 000000000000001cf2a581bb4cf71dee31159044a2fbd019612115287b26b408 128 0.06/1.00 vMB 1,651
258,501 258,501 0000000000000014fe66d33068f6e5bc19107886a73a99bd80684a6f1d81ecf6 64 0.03/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.22 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: 757.61 GB
    • Received: 19.02 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.