Loading Tool

Explorer IconExplorer

Memory Pool

80,154 transactions
30.14 vMB
0.09080530 BTC
Random Selection Loading Transactions
Max Size: 181.65/200 MB

Candidate Block

Mining Attempt 4d19acca7062c43baf2dbcec16ce9f25e6f26429a7c8d101c83227c1ab672aba
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root a744fb07e51dcbcd83b5c215fe3ff132f8f39dd365e526b872c0609cfb87ef04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,310
Size: 1.00 vMB
Total Fees: 0.02015928 BTC
Feerates: 80.28 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (502,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,461 412,461 000000000000000001f6a79daa236388ee4f6e1be1c3a2b3f915bb371337c32f 1,137 0.91/1.00 vMB 31
412,460 412,460 0000000000000000033d9ffb56df8293391cfeceeb458c10104f981ea61ba647 2,347 1.00/1.00 vMB 69
412,459 412,459 000000000000000001e81eaf116bff594059d39a65588dd3fc6cd36b013dcb87 891 1.00/1.00 vMB 17
412,458 412,458 0000000000000000022b5da0856dcfa421495db6d0c288f55e584829003e8b9d 2,417 1.00/1.00 vMB 48
412,457 412,457 0000000000000000056396f85f2a2afbaca53fa212eb8a1d87e82f391ba57050 2,593 1.00/1.00 vMB 62
412,456 412,456 0000000000000000018ea6c89e3e9117347ebe82e3eb8eb5336cca0f932f5682 2,295 1.00/1.00 vMB 35
412,455 412,455 00000000000000000438ef06fc033b58b4825a2a3cd10cac33931fe58392c75e 2,487 1.00/1.00 vMB 42
412,454 412,454 0000000000000000029472bcc2d3e195e6055aec4463070a10251f02be9a7187 2,916 1.00/1.00 vMB 73
412,453 412,453 000000000000000002e820314b6fb5ec92494e17ddb1a4d22ea8312d54c41efe 1,994 0.75/1.00 vMB 97
412,452 412,452 000000000000000001a5371faac8e4eeb1d6447666b693b44d34b7d39510a2d9 572 1.00/1.00 vMB 14
412,451 412,451 00000000000000000250a6b5ce3a2810eff82e1f9b8149c4fa7a215e730be6e7 1,330 1.00/1.00 vMB 24
412,450 412,450 000000000000000002b90cf75588fd1fc5b4743a920aa14598cc16cabcf5317f 1,336 1.00/1.00 vMB 38
412,449 412,449 0000000000000000016aafca9ae6e7a4a75ee08785ad8da097b92bdfc57232e6 1,440 1.00/1.00 vMB 27
412,448 412,448 0000000000000000046cf6f556470167558f49785c9fed9559b78467791bd0c2 1,579 0.93/1.00 vMB 36
412,447 412,447 0000000000000000034fee9f66e1e24b54a5226249bbe30c7fda402613856351 2,506 1.00/1.00 vMB 56
412,446 412,446 0000000000000000039d35a5f613c48a6f49ab72801b846e1a742af2a792581b 1,138 1.00/1.00 vMB 27
412,445 412,445 00000000000000000333614e70e53a1fb31fee30fd9da11375af3935726fa5b9 971 1.00/1.00 vMB 21
412,444 412,444 00000000000000000074970f068cd0549cd8d60e4190fe47d1bff6290281d7e9 1,306 1.00/1.00 vMB 19
412,443 412,443 000000000000000001e6b822762fac991fb56f23792792a797c3d311c07989d3 1,981 1.00/1.00 vMB 42
412,442 412,442 000000000000000002aa6daf96683c53b010091529788c85a1da7911925c1301 2,024 1.00/1.00 vMB 35
412,441 412,441 0000000000000000034da7c25b3c6698df6c7cb5a9ebe248670e36415f5bb5d0 2,139 0.99/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.64 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: 672.44 GB
    • Received: 16.25 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.