Loading Tool

Explorer IconExplorer

Memory Pool

84,174 transactions
31.71 vMB
0.09364648 BTC
Random Selection Loading Transactions
Max Size: 192.74/200 MB

Candidate Block

Mining Attempt 2311e66b1ebee09faf869806ca10d9f2b870bdb46bb83d0ad384137ca9fb8a9b
Version 20000000
Previous Block 0000000000000000000205b45d904c19e542f059cf3fc09afcf93eab418f2243
Merkle Root 9199a33ba9ea8cd5bf2eed329da2750b88a8d7fd15d2ef8b2400b32f0872c594
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,170
Size: 1.00 vMB
Total Fees: 0.02436885 BTC
Feerates: 265.25 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,185 (402,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,426 512,426 0000000000000000002f203c7d1de5d28c29dca05cb4131c538af85e02ed3765 1,770 1.00/1.00 vMB 25
512,425 512,425 0000000000000000004ae423771144c0dd062e1664c5db3689631a8d8d27825b 495 1.00/1.00 vMB 12
512,424 512,424 00000000000000000049bfcefdbebb82bf817cb8858ea6f713aa87a1179762ed 522 1.00/1.00 vMB 9
512,423 512,423 0000000000000000003af3371e824ed11c3b146670417ef6b49157aa58d545f6 929 1.00/1.00 vMB 8
512,422 512,422 0000000000000000001b7e05d5029c8bbf5357c72db145572616da93753e260c 1,975 1.00/1.00 vMB 31
512,421 512,421 0000000000000000004984b4a3b2a94338ec06a59f98e5fbe048db8975a0d6dc 2,445 1.00/1.00 vMB 48
512,420 512,420 00000000000000000053be8e11feb73f0a2de599473c263872b57d0268722cec 363 1.00/1.00 vMB 6
512,419 512,419 0000000000000000000ea7d74ff238bcf60b1b5fa144106d1e1b3afea28ac3a3 1,686 1.00/1.00 vMB 27
512,418 512,418 00000000000000000015d2c04c92b77575d296d1ea68cae541a8524b5cf3ae6e 1,651 1.00/1.00 vMB 36
512,417 512,417 0000000000000000003e2f5ed9cb7f911f8ee08339759c38eb2f2c0f6d2dfc83 368 1.00/1.00 vMB 6
512,416 512,416 00000000000000000002342a3a7f01b59340f45ce98ea58b2fe86a2ea05f8ab5 1,390 1.00/1.00 vMB 24
512,415 512,415 00000000000000000007d19e06a84549e2e7c5f6f5bcaf2212e1dc0ab4a89282 2,185 1.00/1.00 vMB 30
512,414 512,414 0000000000000000000c2d1e12dfa8060d3d09e6bb7d1cafacda4719f5e478c3 1,108 1.00/1.00 vMB 20
512,413 512,413 0000000000000000001e3b90ed9b7d166a123ea9a6677efaad2ccb0a72668dbb 175 1.00/1.00 vMB 3
512,412 512,412 0000000000000000004a476ee83663fc4392fc55b30ce4a641a6c6954d3debf1 1,646 1.00/1.00 vMB 25
512,411 512,411 0000000000000000005257f8e6aa2e5cdf6c497f6af86e0b46bfc339b2d7a5c6 884 1.00/1.00 vMB 18
512,410 512,410 0000000000000000001fa785bda5922506e51de94d5e55c4fd75e01a02125b6c 318 1.00/1.00 vMB 6
512,409 512,409 0000000000000000001ea9721185c2eff2473d20b99e6c5107a184e9f2124351 294 1.00/1.00 vMB 4
512,408 512,408 0000000000000000002e7a423814e24665468b7364589308445c8c3c3d540db3 467 0.17/1.00 vMB 57
512,407 512,407 0000000000000000000f76c7938046da1719e5c93533c3ae57fa6cc848ef6460 638 1.00/1.00 vMB 11
512,406 512,406 0000000000000000004afaa14f87cec7d18608c7614e37ec789ae52dddc61f57 1,334 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.72 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: 704.79 GB
    • Received: 16.64 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.