Loading Tool

Explorer IconExplorer

Memory Pool

45,465 transactions
28.28 vMB
0.06962042 BTC
Random Selection Loading Transactions
Max Size: 150.26/200 MB

Candidate Block

Mining Attempt 10afa9259ff0e1848cc5e3761d2598e2753bbfd99e3556a2cec69d04a0004c8e
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 7ce25dfb4e4a27213c285a5bda8ff4d5cd7939cf6b97428e0c2e786f79f81ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,361
Size: 1.00 vMB
Total Fees: 0.01612834 BTC
Feerates: 100.23 > 1.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (526,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,524 388,524 000000000000000003813721bf547ae441022ccdf8d0f0a256f3b3af8ebb0fef 1,493 0.70/1.00 vMB 36
388,523 388,523 0000000000000000022a0d3325d6f917f3ce3c274ae526f05cabc507164bc11d 184 0.11/1.00 vMB 18
388,522 388,522 00000000000000000d257c1ed59aed803d813534d98500bbcd178021d9b7e7aa 71 0.03/1.00 vMB 29
388,521 388,521 00000000000000000beb7e2ba6d81c32bd55e334e12283c239400be266d1aa43 1,179 1.00/1.00 vMB 13
388,520 388,520 0000000000000000003b2adb2e8221c302404a9428023af404090171cd88a888 457 0.15/1.00 vMB 47
388,519 388,519 0000000000000000072e68ef3bbdd6602d980bb3a4fed077e15c5ed035dd0532 1,239 0.62/1.00 vMB 34
388,518 388,518 000000000000000008210fab440fe132268a736e585913b935bea9d5ca90f3f8 1 0.00/1.00 vMB 0
388,517 388,517 000000000000000004f091324108b9a06416186f67de20c40dc7affc4907cd79 2,685 1.00/1.00 vMB 43
388,516 388,516 00000000000000000a4e96bd9499d6ce6491a2b9f20b8e8bea4cd9b720c9224f 301 0.25/1.00 vMB 17
388,515 388,515 000000000000000001f2546595297574caf21afbcbb708582598f34a908cb6ff 2,029 1.00/1.00 vMB 33
388,514 388,514 00000000000000000be0b6b16131f9aa4133c02c9e14ff5c4fd0e1e91902f4f9 1,671 0.95/1.00 vMB 28
388,513 388,513 0000000000000000097d81271816b1842afe015a58c7d5d25cc40d82acb828fd 1,918 0.81/1.00 vMB 35
388,512 388,512 00000000000000000588b4deb5e660d90b3b62471f19236260d9a34e0ffe9497 35 0.95/1.00 vMB 2
388,511 388,511 000000000000000006caddd2ec14b8bb8940aebece70edb34bdb4bc0695e67b9 481 0.40/1.00 vMB 23
388,510 388,510 000000000000000009c2069fd4a0704f31f41a25c0893624001105c32a7a1826 866 0.40/1.00 vMB 35
388,509 388,509 0000000000000000007ea865e4b7dc30448cc2a54e54fd64847b1912c1653d84 2,049 0.75/1.00 vMB 41
388,508 388,508 000000000000000007db93e4ec68abdbb4b16103035cacd64cc07b4dded4c98e 34 0.06/1.00 vMB 8
388,507 388,507 000000000000000000169eac99fbb91c58fa80e42f1cec8ec85c3980ff5dea7c 1,342 0.61/1.00 vMB 40
388,506 388,506 000000000000000005ee8289ee98f2c4013d8101bccba5b29670f1001ee19f1f 830 0.75/1.00 vMB 19
388,505 388,505 0000000000000000010fbc479a092be51cbd03fa9d78015ed2b69a34e98ca50f 1 0.00/1.00 vMB 0
388,504 388,504 000000000000000005bfe7fd8f7de6f836e3a238b5f9ad5372a7310b6c4e53e4 2,573 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.11 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: 651.96 GB
    • Received: 13.67 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.