Loading Tool

Explorer IconExplorer

Memory Pool

42,566 transactions
26.94 vMB
0.06111352 BTC
Random Selection Loading Transactions
Max Size: 141.54/200 MB

Candidate Block

Mining Attempt 097eb2e28d605d471b1393bb1b94640be587b448c7ab54f39e976c866dfb4804
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 9053c4cdaa118e391a1a6da7bef9cfda1334f387bb5a01966bcdf63e24dc3cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,908
Size: 1.00 vMB
Total Fees: 0.01113620 BTC
Feerates: 103.41 > 1.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (320,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,054 594,054 00000000000000000005424681184d91f9f645518bc9d0022367da67cd5303f9 2,785 1.00/1.00 vMB 28
594,053 594,053 000000000000000000136a199d44143e46c2bc294b79a113bf6499d0186ee2c0 3,295 1.00/1.00 vMB 25
594,052 594,052 00000000000000000007c8ab59d979720900f578c1736247f33ddd778237c968 2,572 1.00/1.00 vMB 45
594,051 594,051 000000000000000000181f3aee5c86a1b6a9670257d06f647e0472400821f91f 3,085 1.00/1.00 vMB 20
594,050 594,050 00000000000000000013855bfdfd6c6731b8fa80333ed1a9826da1f21314dd69 1,919 1.00/1.00 vMB 6
594,049 594,049 000000000000000000011b58b057e0193a76c0eec6c9806b5bf3872be4f57a1f 2,252 1.00/1.00 vMB 11
594,048 594,048 0000000000000000000c19af53a12b689c3e7085af7951f0beb9d474a14314a6 2,890 1.00/1.00 vMB 12
594,047 594,047 0000000000000000000e7cc64bed0dde532fdfbdaf7cc3a24104682ef003aadc 2,551 1.00/1.00 vMB 23
594,046 594,046 00000000000000000013eaa36fdaeb6610782d1510d9a1c9d69ec847b5585e1b 2,481 1.00/1.00 vMB 27
594,045 594,045 00000000000000000014c6aa8dc3d2c01bf4794e2dcb9c0f496007ae9e8e6bc0 2,411 1.00/1.00 vMB 38
594,044 594,044 00000000000000000014f98082a7bc7e843dc58975da1091d5340af7592e9290 3,100 1.00/1.00 vMB 26
594,043 594,043 0000000000000000000074ce7dc55a7b6efcc12bb55cca68ae45e3565395778c 2,850 1.00/1.00 vMB 21
594,042 594,042 0000000000000000001623383ebe32e3d19e4cf522227f409211299c663255b1 3,050 1.00/1.00 vMB 34
594,041 594,041 00000000000000000010c3808ffda2153a658ab7935f631c3a5a0016e3c317d1 2,285 1.00/1.00 vMB 20
594,040 594,040 0000000000000000000a7fbc6b571fb22007a476d08f36d8a9ae8b274d7891a4 2,757 1.00/1.00 vMB 19
594,039 594,039 00000000000000000009cd09676903a595632bc93a0d06567f225eb3c5b49340 2,804 1.00/1.00 vMB 26
594,038 594,038 0000000000000000000b82573fddf7fe4bacd683604f189c66ca8d98c2137306 1,908 1.00/1.00 vMB 22
594,037 594,037 0000000000000000000a0c95ed395395e164f06e9a46ad3a01eb15dd48c5844a 3,165 1.00/1.00 vMB 36
594,036 594,036 00000000000000000002aae6244a1772c97054a8d938e6b18a301bdbdb3adac3 2,259 1.00/1.00 vMB 28
594,035 594,035 0000000000000000000378c088e3c877aa7344381b5183c00854e17676ccc980 3,054 1.00/1.00 vMB 33
594,034 594,034 00000000000000000011ce94a6af6ac2f2d0ec5fae6791e38bd4159c5d258485 2,153 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.