Loading Tool

Explorer IconExplorer

Memory Pool

37,400 transactions
30.98 vMB
0.07642899 BTC
Random Selection Loading Transactions
Max Size: 153.20/200 MB

Candidate Block

Mining Attempt 36fde23861672fa1b3deeb185337f91607f1a3afb5e580624f6d0c738f5bba8c
Version 20000000
Previous Block 000000000000000000020929f9a54cfe6da8bd6ea7ce1c11a7a4e33ec17eab6d
Merkle Root 8a6edc0a3385b7bff57a9b066b21c9974925b2c679ac6287c8e33e6d29dc8ca2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,252
Size: 1.00 vMB
Total Fees: 0.01331196 BTC
Feerates: 602.74 > 1.33 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,353 (548,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,471 365,471 000000000000000001d3afc7ea904abf55ebd4d9c04918167d12a6b7a7b05676 1,087 0.63/1.00 vMB 40
365,470 365,470 000000000000000005c8f15b4b3f2889fce3bffbf462272ddbd0c344d0b0da5a 350 1.00/1.00 vMB 5
365,469 365,469 000000000000000005b238632c04d817d49b1b19e95a8ea8e731aaf38a234764 115 0.05/1.00 vMB 46
365,468 365,468 00000000000000000a49956f8795c29b00dd06ad934f211348358d0d570a6904 315 0.25/1.00 vMB 30
365,467 365,467 00000000000000000eb0d8f235fc06fa8cd2e2478d3032909b3e8675f02509ab 165 0.21/1.00 vMB 14
365,466 365,466 0000000000000000122afc2b142aedf4e45e8ae0a84a3f288645ef9fd4c53626 541 1.00/1.00 vMB 11
365,465 365,465 00000000000000000700f388f0d7775e7807540757b533f53e1683aa69fdf574 120 0.13/1.00 vMB 21
365,464 365,464 0000000000000000067c6f1df0f5ffcebab1b192489d9e2f3ffe7d0609fe5dee 233 0.13/1.00 vMB 40
365,463 365,463 000000000000000009976d0e2ffcc7453017eb8250890691f36dafe4e6f07ced 638 0.75/1.00 vMB 15
365,462 365,462 000000000000000011774dcaaca84d8a522e045cc1a6b64213da88442228f672 1,155 0.57/1.00 vMB 40
365,461 365,461 00000000000000000646e3a441fdb71f3119f2363d53697000a2a70a4c3271bb 951 0.75/1.00 vMB 27
365,460 365,460 000000000000000003bf8a5db268e8d5711d7c2581ccf909e7151e62e224a3db 1,187 0.61/1.00 vMB 39
365,459 365,459 000000000000000005e818140f82979049314d587478acea6c21509b01a318e4 1,499 0.95/1.00 vMB 33
365,458 365,458 00000000000000000a1f90bf59ba3b927aacacc7e5ed7a02aa42b532e21b20d4 2,414 1.00/1.00 vMB 56
365,457 365,457 00000000000000000e882fe6fcabee1d80385f7d226c90d2de006680c5fa5839 410 1.00/1.00 vMB 8
365,456 365,456 000000000000000006bd0b93a139652285cdec1157fe31cbc995f73c2547e3d1 1,498 1.00/1.00 vMB 31
365,455 365,455 000000000000000009a5a8325154626fcf50c585423a8e2be2904ea40f7d5f63 1,603 0.95/1.00 vMB 43
365,454 365,454 000000000000000008d6fef2880dd2265468311f54068b26d349da582deadb7e 557 1.00/1.00 vMB 7
365,453 365,453 00000000000000000015b45c2d97af421eb196d5252085b3029109096aa7cd84 492 0.54/1.00 vMB 21
365,452 365,452 000000000000000007c98b465513f848f902d0a84b68595cc04e56ae28b8cd1f 1,499 1.00/1.00 vMB 31
365,451 365,451 00000000000000000f6388c4b24d0da7f61b0c4fda4dfbd49935a0add7c6de82 2,978 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.23 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: 588.39 GB
    • Received: 9.54 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.