Loading Tool

Explorer IconExplorer

Memory Pool

90,368 transactions
33.15 vMB
0.16255442 BTC
Random Selection Loading Transactions
Max Size: 199.86/200 MB

Candidate Block

Mining Attempt 3a255c663d766d121b682b2d0b79d6e7c5391680d8097d7e306d29015930c79c
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 97c2782ba0dfa192d1c5ff74a0caa8a605d84238d20b4866a570395fddb83fe9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.06291918 BTC
Feerates: 627.82 > 6.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (90,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,083 824,083 000000000000000000000b8345bb2a7d20df603915278e0c0a35b7f802227a3f 3,443 1.00/1.00 vMB 115
824,082 824,082 00000000000000000003c3fa2fd17d9762e6bfb8c3d257df65e0c675b5bca1d0 3,176 1.00/1.00 vMB 86
824,081 824,081 00000000000000000000f65f4587a1fcc07fb3970ee5f6924731a692dd4a49e3 2,456 1.00/1.00 vMB 71
824,080 824,080 000000000000000000032ebdeff9c3b091647cced91318e67ab7689eb0d4b602 2,814 1.00/1.00 vMB 98
824,079 824,079 000000000000000000020b373b1c44d03ed85eac49a53c8977601b74c35f5d22 1,901 1.00/1.00 vMB 70
824,078 824,078 00000000000000000001d688ae7f86656f679b0dd63c155dcf9be535c8ae5967 1,809 1.00/1.00 vMB 73
824,077 824,077 000000000000000000014e3ddffb004b7200997f153d1ae5aea8a3c6cf830959 1,864 1.00/1.00 vMB 67
824,076 824,076 000000000000000000024122caa85793abbb74f591b1524550f0f65e12ad0e7f 2,244 1.00/1.00 vMB 70
824,075 824,075 0000000000000000000279a68ba91ba8355318c2831121f877a102841a56bafa 1,990 1.00/1.00 vMB 65
824,074 824,074 0000000000000000000358b105e326be8e82d6acea11ba89d2575733e27fc2be 2,521 1.00/1.00 vMB 65
824,073 824,073 00000000000000000001d65cb6fc0921db3155f037fb096a11e451803a039e9e 2,223 1.00/1.00 vMB 74
824,072 824,072 00000000000000000002bb5e0cce543e6161323ef1d67fb3ab34a07db91b9715 3,195 1.00/1.00 vMB 121
824,071 824,071 0000000000000000000218e313ed93bf62afe3125cfb8ca14a3b47819781eb69 1,921 1.00/1.00 vMB 64
824,070 824,070 00000000000000000003deb5e7b5f84b2f83eab4a3c34fd35506e694447efffe 2,061 1.00/1.00 vMB 66
824,069 824,069 00000000000000000000e4ce585487cf0615edb58a41e1c15530e8a19fbe0549 3,346 1.00/1.00 vMB 90
824,068 824,068 00000000000000000001a073f77d705cf26b1187097b16850d87eb061f2f2fe4 2,205 1.00/1.00 vMB 66
824,067 824,067 00000000000000000002aae91aa6b1f070d87cd6734fccffff9f0855ea7f324d 2,842 1.00/1.00 vMB 119
824,066 824,066 000000000000000000028665032449fb886dac7867d89327b10682bc16d86752 3,009 1.00/1.00 vMB 98
824,065 824,065 00000000000000000002fc3e4f1271104f1600b82cb2db30b6f023569277fdfb 3,025 1.00/1.00 vMB 98
824,064 824,064 00000000000000000001b553f05a40a26a354bf7d70858c1b26f95ab08a06ccb 2,194 1.00/1.00 vMB 66
824,063 824,063 00000000000000000000e6f5858e956febcc574157a2ff464664b6d0550fc0cf 2,949 1.00/1.00 vMB 114
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.90 GB
    • Received: 15.63 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.