Loading Tool

Explorer IconExplorer

Memory Pool

86,055 transactions
32.32 vMB
0.10761682 BTC
Random Selection Loading Transactions
Max Size: 194.40/200 MB

Candidate Block

Mining Attempt d1facb8fffd4feb1e07c95284c4ec6afad97b31e66c89d8394897639eaab2f9e
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 0bb12be3516620a51c9e41b7d5f703aef06c29310fd4d865ec54f5b304ff6618
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,377
Size: 1.00 vMB
Total Fees: 0.03447627 BTC
Feerates: 218.18 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (329,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,826 585,826 0000000000000000000e50842539cedb7e549714b608b7f2eec34aa74d0c0a39 2,935 1.00/1.00 vMB 68
585,825 585,825 0000000000000000001a96dcb110528b55a9d983c38f83c4935485c4e45a55b4 2,180 1.00/1.00 vMB 47
585,824 585,824 0000000000000000000885f18b9fcee285247262fd15a28b9c4f9f9a77f59756 1,935 1.00/1.00 vMB 59
585,823 585,823 0000000000000000000cd9aba3fbe95627d63ab6ba1100dace214c2045bb0771 2,003 1.00/1.00 vMB 60
585,822 585,822 0000000000000000000cf6978fb7ab7a29d4a0ed4d116d127bdf44e2d32cb167 2,325 1.00/1.00 vMB 68
585,821 585,821 0000000000000000001bc983ff6e749e9367fbc8e93bed2f6f2a1f0c895a176b 1,234 1.00/1.00 vMB 53
585,820 585,820 0000000000000000000584583f13ac943db175a8dfb30f2a6b55b364c15c6d17 2,657 1.00/1.00 vMB 39
585,819 585,819 00000000000000000009080895af027962d0c2e15d8407285c12da91fb328fcd 2,821 1.00/1.00 vMB 56
585,818 585,818 00000000000000000004f305dba59eef105ad3fb75112728829422b9dd71d5c9 2,697 1.00/1.00 vMB 29
585,817 585,817 0000000000000000000adc7832d0ef1606894bea7f7db2a9d3d7cd1af3083a31 2,750 1.00/1.00 vMB 70
585,816 585,816 0000000000000000000456ac039b6df85537f2e535d628a081cb551f405f4487 2,726 1.00/1.00 vMB 54
585,815 585,815 0000000000000000001e2ff264dd13914792b71e7cef8246d4eadec26decc4c4 3,043 1.00/1.00 vMB 60
585,814 585,814 0000000000000000000605dae8f13d58279d02aae0b1519a9aaa949fa310e17e 2,337 1.00/1.00 vMB 23
585,813 585,813 000000000000000000176e4b7d2f8232f2e490964b9d99f81e4d70c607f595ac 2,357 1.00/1.00 vMB 47
585,812 585,812 00000000000000000007afd504ee10ca18f6eca2dfe7f24f114756feef1a7f59 2,851 1.00/1.00 vMB 72
585,811 585,811 0000000000000000001c05472bc3a8502c5675c7d6f8c4aeb1589df2a17ccaaf 2,950 1.00/1.00 vMB 34
585,810 585,810 0000000000000000001723ad8eb334779566227c96bf67d8d3b68f4c0f043378 3,030 1.00/1.00 vMB 51
585,809 585,809 00000000000000000004475e49d2d0aecde0674566831e00b19fbc6219456b8f 3,231 1.00/1.00 vMB 73
585,808 585,808 00000000000000000015887786402897996894289952ac8b9857a29c7a27a58f 2,682 1.00/1.00 vMB 56
585,807 585,807 000000000000000000029122d5b10953e91ddd20a1def7a4676d344f3bb7b4a4 3,144 1.00/1.00 vMB 47
585,806 585,806 00000000000000000005320de6d42af3e2841930725da634c5bd5d06bc8284d5 2,773 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.