Loading Tool

Explorer IconExplorer

Memory Pool

23,118 transactions
11.27 vMB
0.02643529 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.97/200 MB

Candidate Block

Mining Attempt 86bde64091557eb92c07d043601ff7c59f313bb95ead7c2c26201b4b74272619
Version 20000000
Previous Block 0000000000000000000086c47da65e7d318786b4b03fe9fcd2c6986600c532e2
Merkle Root 85145ce90e9410505f60713902387f8b045b6e38a32427c1fe2d807057ef0b44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,221
Size: 0.99796975 1.00 vMB
Total Fees: 0.00807370 BTC
Feerates: 60.10 > 0.81 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,701 (752,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,455 161,455 000000000000065db47cb13bbd1fa099597734694eab1d3327920877e0354908 24 0.01/1.00 vMB 217
161,454 161,454 00000000000007d4a0271074d21d3878d7da2425d6c18345a8bce9ce91bf3953 55 0.05/1.00 vMB 176
161,453 161,453 00000000000004a4a47637b2f027f43c5a618bf911d517b21b00952caa1e649c 79 0.03/1.00 vMB 0
161,452 161,452 00000000000008a830baf9287a29630a68701a9f2a0a1db04d0a3ecae7e51b54 21 0.01/1.00 vMB 23
161,451 161,451 0000000000000734f9f411f3b70c8500a08a369e9aa8038ab185ca8120dbcfd5 18 0.03/1.00 vMB 77
161,450 161,450 00000000000003eb993a736285eebf1cbcae7de278e8f56fbb1f910d7c2a7ee2 63 0.04/1.00 vMB 70
161,449 161,449 0000000000000c1aee2a4978711f4fd0cbad2b0b705353729177896d1cb59b0b 90 0.05/1.00 vMB 140
161,448 161,448 0000000000000ce29a8dff8a04fcc3c312da35d9f88fc92e809f254a01558c91 175 0.05/1.00 vMB 101
161,447 161,447 0000000000000aac62b25809b7c0f75c828a95840ca6a32883d2165973f30990 1 0.00/1.00 vMB 0
161,446 161,446 0000000000000b0d0dcbed7801ac0f65186b74384e0aea26507e897d977f0797 23 0.01/1.00 vMB 196
161,445 161,445 0000000000000484e402358d4de1feccc62708881e87066dcdec4b425c201095 14 0.00/1.00 vMB 25
161,444 161,444 000000000000007a3ede5518d2758624f48cbe4a8c299d26658ac24e0b08501f 9 0.00/1.00 vMB 15
161,443 161,443 000000000000036e8f745549fb73fe42ddc584cf9631f66e3fce5857a7472380 61 0.05/1.00 vMB 95
161,442 161,442 0000000000000737a47d73774f5b3a7f96beab77d5201a6dde01939b93edb093 62 0.03/1.00 vMB 59
161,441 161,441 00000000000004803bb7bac1b79eb802b931482264194cbe310572347a048f83 25 0.01/1.00 vMB 41
161,440 161,440 0000000000000993f9c9eba4809f2f3f2e0a9154b833377885e7ac5473d406fe 23 0.01/1.00 vMB 249
161,439 161,439 00000000000003af864588ad7fa695247f84097edfa0cd7918ba7cbd71a86744 97 0.05/1.00 vMB 21
161,438 161,438 000000000000017d193c5cebc280d9cb2a070b7c18fc31fc58419132cfad9cd0 10 0.00/1.00 vMB 450
161,437 161,437 0000000000000b33145e9910fb6842c03c9b353017e03183e84ce63fc5eae973 61 0.03/1.00 vMB 12
161,436 161,436 000000000000094ad3879302d2b42885e5a98879202cc4a11733faea5b32e274 3 0.01/1.00 vMB 146
161,435 161,435 00000000000009fd97e2984939846e59c48b507b7d4d1b08401331255fb60e22 28 0.12/1.00 vMB 764
Previous 10 blocks ↓
Total Size: 780.09 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: 493.42 GB
    • Received: 3.47 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.