Loading Tool

Explorer IconExplorer

Memory Pool

43,618 transactions
27.05 vMB
0.08273274 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt 8b24026a409b7fb67b1442cc2d5e2ba7479c2daf71e13465a925e9e825e5ee5c
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root ae08b16344c616807a37a4cf5ae44a6e570b6af31659ba9124dc820f9488e6b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.03119529 BTC
Feerates: 150.93 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (803,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,662 111,662 00000000000037c8be61efcfab513cb26c214b49b3b6d72f9d256697a9737000 2 0.00/1.00 vMB 0
111,661 111,661 00000000000029ed5f944ea4580582a7ff39e99de613ad7b2dd1c54fd05756f2 6 0.00/1.00 vMB 0
111,660 111,660 0000000000009359e0e9342e294fe62f415316db343305716ba3a4af90074c93 7 0.00/1.00 vMB 0
111,659 111,659 0000000000006058ef9a04506c3872239d591d71464617c02ef6c0f5f2c5f9e0 4 0.00/1.00 vMB 0
111,658 111,658 000000000000a3b6f8d1e174a6849a39bf10cc5df6e5c483f3b573f1bc8399bc 8 0.00/1.00 vMB 443
111,657 111,657 0000000000004b04cba144a51da1ca2cd7968e74f7a1cdc0add51d47970b3077 21 0.01/1.00 vMB 0
111,656 111,656 0000000000005a1a004d536614a26e8f5ef1dc85f953161c9873997c917f74c9 10 0.00/1.00 vMB 0
111,655 111,655 0000000000006bee54cbf329983d42b0c0f43c468c668e75afd623b19e9df724 11 0.00/1.00 vMB 0
111,654 111,654 000000000000a1b8c524818eadb61f646f85fa8f263e5e1e0ca6de02dcf8decf 9 0.00/1.00 vMB 0
111,653 111,653 000000000000371966da772a3f54edbf077273b6f8f0ff831ab17c11a9f75a5e 6 0.00/1.00 vMB 0
111,652 111,652 000000000000019c911c25aa9684090539ad8bd5d9c6130f081ce815074eb726 31 0.01/1.00 vMB 76
111,651 111,651 0000000000010dc6859416debe759611dfdcdade61b78ce14a4998706ae4e14b 8 0.00/1.00 vMB 0
111,650 111,650 00000000000049d1246557126ccd1dd0b9c24b66ed5b028790fa31eba553856d 7 0.01/1.00 vMB 0
111,649 111,649 00000000000125e258fd13e9cc2123bf6ec5b2378e7467172a0f5695dea8d8b8 12 0.00/1.00 vMB 0
111,648 111,648 000000000000dcfbd0289100340e88c53c4ff5d57404597d90a8f206b5b0fb90 11 0.00/1.00 vMB 3
111,647 111,647 000000000000c4a7bfb0e1d1c0ac8a0269db662b16ddec14ab3bb575fd9e4381 12 0.00/1.00 vMB 0
111,646 111,646 000000000000d5b4e7e3d8f10a43adee5abb74c6defedcbaa3b26566e8cda806 9 0.00/1.00 vMB 0
111,645 111,645 0000000000012a3f2eca08091173ee940be01211c60ccfefe683bbb4adc0d44c 12 0.00/1.00 vMB 0
111,644 111,644 0000000000000f7f0e1d3773e9c66f12fd8d1fa798164d9cb6c7378af6c79a82 12 0.00/1.00 vMB 0
111,643 111,643 000000000000030d6d4a3f40d67ebc67253a604089d6e1ea2d8a5e6767920c0a 7 0.00/1.00 vMB 0
111,642 111,642 00000000000119726c05f72fca852129b00584184cc20622ddf95a0dd1ac1812 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.