Loading Tool

Explorer IconExplorer

Memory Pool

41,072 transactions
26.45 vMB
0.05704234 BTC
Random Selection Loading Transactions
Max Size: 138.47/200 MB

Candidate Block

Mining Attempt 5a2f13159595319d72d0b5c4be6df01862223dffa491f729473d49c70dda475f
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root a0d27b0db79b7624cda02cff67cc3ecc835f76026801e911ae0f0cae3aa87033
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.00853942 BTC
Feerates: 100.00 > 0.86 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (315,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,709 599,709 0000000000000000000faf9b7ff8ad55745a876af4647c151e6795bd97879dac 1,697 0.65/1.00 vMB 12
599,708 599,708 0000000000000000000e444830e1096f4f2c2db415035c93d99981fd4ff3f2df 2,292 1.00/1.00 vMB 31
599,707 599,707 00000000000000000009fd5e5e19cfa441c6f540a0be5fa5318044a33710f8df 1,444 0.59/1.00 vMB 21
599,706 599,706 0000000000000000000457a82d2a51e4a0aa4b08f120ce6bc192a3f857701b3d 946 0.37/1.00 vMB 24
599,705 599,705 0000000000000000000e22afbee310bca5f11158ad7d7383758c750c097be111 1,728 0.62/1.00 vMB 9
599,704 599,704 00000000000000000007f798be7d33545c53821fc4a51b85d27946c67aca305d 1,272 1.00/1.00 vMB 18
599,703 599,703 0000000000000000000d813007a30d174cde7a2407ba7345dc6a93c5f36409a7 2,450 0.79/1.00 vMB 14
599,702 599,702 00000000000000000002c451c14294a9cce875c41f0cce7cf33e3dd3c30fd4d6 1,207 0.40/1.00 vMB 13
599,701 599,701 00000000000000000009e61285b93458a0bd69aff6783e2bea0ff7ec0de1eb05 655 0.42/1.00 vMB 18
599,700 599,700 00000000000000000004f60ffab5b9d589da0bd67e3fa6167bf25e7cf8df122c 2,822 0.93/1.00 vMB 19
599,699 599,699 0000000000000000000dd1c91b1b7c4e7ef054d367015dd764497a9ab49a2259 1,822 0.57/1.00 vMB 17
599,698 599,698 00000000000000000002e17e34948297b22addf981140b590211af2812dc8abe 305 0.15/1.00 vMB 17
599,697 599,697 0000000000000000000e3c3463ded63ec24aa7617d3b0a64dc3582da7757489c 1,769 1.00/1.00 vMB 8
599,696 599,696 000000000000000000115d6e3f60b133b30e08e5b529016374fbcfec57ff6be9 2,297 1.00/1.00 vMB 13
599,695 599,695 00000000000000000014f4bc0dc5d04b5c3aefcaed967188069bc1e3f0f3c5ae 629 0.43/1.00 vMB 10
599,694 599,694 0000000000000000000877523b431c18547575874cb805f43b440d2070ba4395 2,218 0.65/1.00 vMB 17
599,693 599,693 00000000000000000013cda3bd38414a7a55d23b8e370cc0f63e4e1abdaa1f91 2,575 0.86/1.00 vMB 16
599,692 599,692 0000000000000000000369f7b68976fc8fb6b737ac9adb426f3b510102f9f79c 2,316 0.80/1.00 vMB 15
599,691 599,691 0000000000000000000bbdba51b2342b40d614a0c12c10bdcd95a1bbf3dcc2db 2,022 0.66/1.00 vMB 13
599,690 599,690 0000000000000000000a5cfc7c3fd67c4f282dd4ceed64664d0ad9859976154f 2,723 1.00/1.00 vMB 14
599,689 599,689 0000000000000000000ee380402de1c890e914e9afce93d23720962b707d5ba6 2,252 0.93/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.