Loading Tool

Explorer IconExplorer

Memory Pool

48,640 transactions
28.24 vMB
0.08024248 BTC
Random Selection Loading Transactions
Max Size: 150.75/200 MB

Candidate Block

Mining Attempt b5bcc163cb3b12c5d8e18003511656e528d454b3044281f512a282c47046e4a5
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root f875064f4cf7c64d4843e15180252b14ff5aa7876180f47e5428eb1fbb3b8be2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,197
Size: 1.00 vMB
Total Fees: 0.02624276 BTC
Feerates: 500.45 > 2.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (78,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,063 836,063 00000000000000000000dd67ed2b888d2276bb5b4679ff8ac724309a6cbbb45c 2,864 1.00/1.00 vMB 15
836,062 836,062 000000000000000000005952b6da92fc39648b4c28eba4de0a6c9e9f3c8ec4e5 2,479 1.00/1.00 vMB 11
836,061 836,061 00000000000000000000619cb2617dea34660c8e37cfb9d7dae2689421baf9b7 2,902 1.00/1.00 vMB 22
836,060 836,060 000000000000000000033cca452f3aa87460fc10df21d805dfff5580ee03a36e 1,679 1.00/1.00 vMB 12
836,059 836,059 00000000000000000002f943af35dc54f215a3c7a34b3558da7e2e8cb79c97b3 1,990 1.00/1.00 vMB 13
836,058 836,058 000000000000000000024ca218ad38aed1956bb48dad7c3abc428639f2863da7 1,243 1.00/1.00 vMB 11
836,057 836,057 000000000000000000010510c594a94c86f7dca48c2fa5a2bf50ce612d95a32c 1,564 1.00/1.00 vMB 11
836,056 836,056 000000000000000000001856e4a359dec5765ad41d8c5ac18bf02b1065857d4d 2,913 1.00/1.00 vMB 18
836,055 836,055 00000000000000000000fe6d3db8dfac13e6116ab843e441d4dea6f67431bb2e 154 1.00/1.00 vMB 7
836,054 836,054 00000000000000000000269c912b5b490a3a5b1c078d1707f10eb1956fcd4c1e 1,144 1.00/1.00 vMB 9
836,053 836,053 00000000000000000000d1f37e35af3a1d440a1b78ed995c3eac23a470324cf8 866 1.00/1.00 vMB 8
836,052 836,052 00000000000000000000fa635ee95ebc491d28e95ebab9f1e5f90ccd9d1d0615 1,434 1.00/1.00 vMB 9
836,051 836,051 0000000000000000000006150e627e8e4aa2de41129b5d728cc93c199fdab832 2,510 1.00/1.00 vMB 14
836,050 836,050 00000000000000000002c98723b7fd0f14c674e287ed94e3dccc9f2b49f36362 464 1.00/1.00 vMB 7
836,049 836,049 00000000000000000000f2e1a72eb678fab924df2db97c00c979d16b8f411745 3,145 1.00/1.00 vMB 44
836,048 836,048 000000000000000000028b25cc6f93691586bbe56e51f57c48e387c17ea3cbdc 2,471 1.00/1.00 vMB 12
836,047 836,047 00000000000000000002f81bd9b1b852e5adcf3ab0d4db29ef7116f36e27fc3c 2,815 1.00/1.00 vMB 8
836,046 836,046 00000000000000000002e3a4325f6cb83a4cb425232b78a51f5065fae1480100 2,646 1.00/1.00 vMB 14
836,045 836,045 000000000000000000024a10d63e9c394e407333bb76ddd2dfa31e8d91e4a0fe 3,263 1.00/1.00 vMB 13
836,044 836,044 000000000000000000025f30a81a7dbf3abaac80989aec2b06feeebb5a2acb1f 3,802 1.00/1.00 vMB 21
836,043 836,043 0000000000000000000132ca5aa255b0f3d01566ab69ae2c7f7e3d759cb25e48 4,068 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.