Loading Tool

Explorer IconExplorer

Memory Pool

37,313 transactions
26.43 vMB
0.05927803 BTC
Random Selection Loading Transactions
Max Size: 135.32/200 MB

Candidate Block

Mining Attempt ba30e635d3badd81f710d8cfc1c88618738ebfe37010d7bc4bf1e7b4cecf7293
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 42a2ccb6c08ebbadff14a23f826dbca179aa4454c562fce8662c7ce1bd26778a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,844
Size: 1.00 vMB
Total Fees: 0.01020905 BTC
Feerates: 100.53 > 1.02 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (442,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,414 472,414 000000000000000000a46f1ade0a3f0be6a7d8189317c271008dbb891db38f56 2,117 1.00/1.00 vMB 262
472,413 472,413 0000000000000000013adf46f6335b18e3533f9e123dcf05fab1858a243e75f8 2,035 1.00/1.00 vMB 412
472,412 472,412 00000000000000000175d6e9eeacd72129b53315eb4515131402e47513909f0e 2,199 1.00/1.00 vMB 263
472,411 472,411 0000000000000000004998d73fcc2ab1804d78c29208c6969908d5c86c011f3e 1,506 1.00/1.00 vMB 299
472,410 472,410 000000000000000001019900c784573b965565d64f558d30fe2a86ee6d558873 2,143 1.00/1.00 vMB 309
472,409 472,409 0000000000000000009f5952296de0789db6223707aa9c10e699b5aa904a5125 2,386 1.00/1.00 vMB 360
472,408 472,408 000000000000000000b2b56a14b3f37c4e1087627581ec17c8aed0160609e092 2,400 1.00/1.00 vMB 364
472,407 472,407 0000000000000000014d5a1aa1e059aa6db08519b3bf051f02b4f1a9659d95fe 2,164 1.00/1.00 vMB 369
472,406 472,406 0000000000000000006ba70ce7fa96bf409c89b93e0b49de32c04367771f2fa4 2,410 1.00/1.00 vMB 361
472,405 472,405 000000000000000001346acef5600382b7ab794295938226e9a8f73ff8a75222 1,857 1.00/1.00 vMB 309
472,404 472,404 0000000000000000000d1843e665d70a838d5eddf6229c4c1df69b68654858e7 2,358 1.00/1.00 vMB 314
472,403 472,403 0000000000000000001c43677ae1b2e11fff7f006a9a803ffaad55645218f303 2,651 0.99/1.00 vMB 330
472,402 472,402 0000000000000000005e7114dde4d1b0d329119d651f979f0af687ced85ef2eb 2,461 1.00/1.00 vMB 371
472,401 472,401 000000000000000000610cef5ea643886cd79936207d6a3a9eaffc24c12f03f8 2,121 1.00/1.00 vMB 412
472,400 472,400 0000000000000000005e9c72e6f58854ae6744d748b0e173f7124f91488b2e4a 2,073 1.00/1.00 vMB 362
472,399 472,399 00000000000000000147b1f15209b7aa95e66b112e6f3b44a740a62574424fd6 2,103 1.00/1.00 vMB 319
472,398 472,398 0000000000000000002edfeead192fe26397fd62996e7a86d2d544e30048680b 2,247 1.00/1.00 vMB 420
472,397 472,397 0000000000000000003203c68441fc29825eb4beaf446c4b16b484a6a04269f1 2,045 1.00/1.00 vMB 432
472,396 472,396 00000000000000000046e8103d722215f5fad8927a951b94585cef7c50ade48f 2,506 1.00/1.00 vMB 331
472,395 472,395 00000000000000000011a17dbe9c60f42b2f9fbc517199482fb5c800bf3e23f3 1,940 1.00/1.00 vMB 360
472,394 472,394 0000000000000000012f8f50495871012e760597e77e8474d1123510ddecce1f 2,286 1.00/1.00 vMB 424
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.