Loading Tool

Explorer IconExplorer

Memory Pool

43,709 transactions
26.56 vMB
0.06501421 BTC
Random Selection Loading Transactions
Max Size: 139.46/200 MB

Candidate Block

Mining Attempt 6aca92af1ad4df94756fe831bbd7a948ec9eee64e46e5cb0a3330146fffcefc3
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 57085fd0c1cf055f9cbc7c9ee3ece2e89bd8853d6eaebc7c73089f2916ba560f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,851
Size: 1.00 vMB
Total Fees: 0.01625974 BTC
Feerates: 150.61 > 1.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (502,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,042 412,042 000000000000000002de7c45512952073c3da568ad4d0d851006099adb9b9305 3,041 1.00/1.00 vMB 74
412,041 412,041 000000000000000004acf84fe28c7e84f65dcd4f335c5f48e1502b22a6788e5d 1,126 1.00/1.00 vMB 20
412,040 412,040 0000000000000000043248ae4432a3095f3c3153ad395b29fc7e9ad13ac4fac7 965 1.00/1.00 vMB 21
412,039 412,039 000000000000000003a5387407aade238a94935af8c994f08b5848ea5d6dcfc8 1,961 1.00/1.00 vMB 40
412,038 412,038 0000000000000000004ce1d06d559979fbcd1c712e9dc6ab260dd159be72747c 1,967 0.99/1.00 vMB 37
412,037 412,037 0000000000000000004e931e2ba0d7f4b7bbf6cf32a8a6767d15eb737004d634 1,733 1.00/1.00 vMB 43
412,036 412,036 000000000000000004887a40b038f9099c8da2f5a1fb972cb20063573085de30 2,909 1.00/1.00 vMB 66
412,035 412,035 00000000000000000472e75071a301f955d5bf8915439c4f6fc89e6a4f8fa985 2,053 1.00/1.00 vMB 39
412,034 412,034 000000000000000004a12e8a687adb372005535f06b31fa5d0eeeda07ff44b33 2,666 0.99/1.00 vMB 72
412,033 412,033 0000000000000000022029b179733878f9ea0c1a57abcee2401bd7e160e81fef 2,511 1.00/1.00 vMB 44
412,032 412,032 000000000000000005172c4f301564a04c5f697918f759019700a81f5ab3eced 2,662 1.00/1.00 vMB 91
412,031 412,031 000000000000000004ee7d2821c54900091cbc6744db4b6e5e278e21cd31275a 758 1.00/1.00 vMB 31
412,030 412,030 000000000000000001aec9f101aa738420b252261430cc08c276e8d86868b153 2,098 1.00/1.00 vMB 45
412,029 412,029 000000000000000002e5a6ee321033b9007e81655baf537f8a92830d585f6340 2,393 1.00/1.00 vMB 49
412,028 412,028 0000000000000000007b0384584ac4c2c4900700881353e43d96c0c98b6ba8d8 1,174 1.00/1.00 vMB 27
412,027 412,027 0000000000000000019b6273cc4bc3d02ed6ce337ddfa7ee03ce25db74cff917 1,285 1.00/1.00 vMB 27
412,026 412,026 000000000000000000b2467272ed40df151bbcfa717b5200d0ecc556a6f76e44 2,384 1.00/1.00 vMB 41
412,025 412,025 00000000000000000514651e8bfaca84e9453fd8c46e6829a9b18e73e8c254d5 2,460 1.00/1.00 vMB 85
412,024 412,024 000000000000000002155ca0439fad3eeab7e9ab5d4dd0c056686d1e25210c80 2,567 1.00/1.00 vMB 61
412,023 412,023 000000000000000000fe7ca7254d94b6797ada2afb046471418d11fb647fb077 2,272 1.00/1.00 vMB 57
412,022 412,022 0000000000000000056482e60e14364c82903764eb88aef8fb0b1b60647334be 3,243 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.