Loading Tool

Explorer IconExplorer

Memory Pool

24,769 transactions
10.22 vMB
0.06410205 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.99/200 MB

Candidate Block

Mining Attempt 5c74f9feccfa316051366e71f160f028f0c995a1e7d43d891172a1ddf9bcb07d
Version 20000000
Previous Block 0000000000000000000206a432cc2ded4b2a989c2f7c6a93aad05b59aa8f67ab
Merkle Root d306a972cdcc8cbd6c19779be3a56ed6742d6edbe54e05d685e3540e1f153cd8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,491
Size: 1.00 vMB
Total Fees: 0.04738394 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,563 (704,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,920 208,920 00000000000003e2625b1c5126970d135e40be6bb992596d093572d2a0164c9c 95 0.04/1.00 vMB 174
208,919 208,919 00000000000001a92cd77f348debc0e06fb407b4775ba8056102fdbbe5dc4aa0 97 0.03/1.00 vMB 76
208,918 208,918 00000000000002810473623945877fce17756835af1babcf18f72ae0f68f954d 306 0.16/1.00 vMB 144
208,917 208,917 000000000000012f2d6c61725ed197a28d32eb41c1d4003bee8ab2d875badd96 12 0.00/1.00 vMB 192
208,916 208,916 00000000000003cf59de2f1d30a6557efa7b1fe754112c32c19f88576da548a5 5 0.00/1.00 vMB 254
208,915 208,915 00000000000004406e06d9e59f8c1415915dbb93d05a6325467c90ad771f0844 192 0.07/1.00 vMB 145
208,914 208,914 0000000000000325640da02a4f29669f85f37fd8770515a1fa0fada958d3e7cd 93 0.04/1.00 vMB 82
208,913 208,913 00000000000001b33c6b6c793decc17b934bab1d0a0442252f0a7da2baca4c49 469 0.17/1.00 vMB 198
208,912 208,912 00000000000002972801d8d817b4856fda4e3a6e887102f1f535595fae830cba 78 0.03/1.00 vMB 106
208,911 208,911 00000000000002fbc9c125059f8995cbd2eacf7b9f1622d56fe62bf4009af09f 82 0.04/1.00 vMB 49
208,910 208,910 00000000000000c346ed78724bd416245bf0591da9c9413c7d880c4198ba0c4f 418 0.20/1.00 vMB 172
208,909 208,909 00000000000002955a3bd9d43c5647bc990d55e365979690c128ea053011e2a3 6 0.00/1.00 vMB 5
208,908 208,908 000000000000033145039bf4b23255dd060a2cc92a41b68d0a4eb2a9a2b06fa5 79 0.02/1.00 vMB 84
208,907 208,907 0000000000000192ff2be40a88d1eac81c8b80db0bac7620d0aa4ba6c2fc513e 94 0.05/1.00 vMB 186
208,906 208,906 0000000000000394a3c1741d9ce5ad0e9c2d987ed6da257db822c578fecf2f2a 248 0.17/1.00 vMB 124
208,905 208,905 00000000000000a950adefec47bb14cafbb5cc8e0a766e5e0430ef9d6541ea98 14 0.01/1.00 vMB 114
208,904 208,904 00000000000002d3325ba989c0c97571c7726b5fca8827a9cc06a0ccd322f454 554 0.20/1.00 vMB 233
208,903 208,903 000000000000036705bcd5df1e6904b737583f3ea34acad5c3d51b2c60ed7f3a 59 0.03/1.00 vMB 51
208,902 208,902 00000000000001b2bd4b9aca1e5fbc9ae54b87fdc50cab22fa567cdc96e238a6 571 0.35/1.00 vMB 108
208,901 208,901 00000000000002c6e9d1249713b0fe9cc47c381df57f2483a252bb7467fb21f3 1 0.00/1.00 vMB 0
208,900 208,900 00000000000004c15b1973914f5234a3a8d604f95fabc2076623051f3fe948e8 282 0.21/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 779.84 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: 428.01 GB
    • Received: 2.33 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.