Loading Tool

Explorer IconExplorer

Memory Pool

39,795 transactions
28.93 vMB
0.07105596 BTC
Random Selection Loading Transactions
Max Size: 146.95/200 MB

Candidate Block

Mining Attempt 5515bfffbea49672f2e79ea550fc5fef4ff280d39f032ee09afd97c54b574afc
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root 047194288dd5e2e438493f0186c9be4a713e374c71fc65fc2402d686acf1f13e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,538
Size: 1.00 vMB
Total Fees: 0.01484228 BTC
Feerates: 100.84 > 1.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (152,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,858 761,858 000000000000000000025b92c1132f94ad523606bbbeac6ba6b53a649ceb13d6 926 0.33/1.00 vMB 13
761,857 761,857 00000000000000000004b4c3ac85bbd6efdd4b97460e719c0b7cae2e3e5036d1 895 0.30/1.00 vMB 15
761,856 761,856 0000000000000000000058ff4719914fbfe725e0ef90592a15382236f6107ee2 2,529 0.81/1.00 vMB 14
761,855 761,855 00000000000000000003d88bef219d529c0656bee3f61cef3c258f607ec9dae0 449 0.18/1.00 vMB 10
761,854 761,854 00000000000000000003b05e9ceb43ab34811c963b709a87bd354e21a920f86a 1,605 0.49/1.00 vMB 14
761,853 761,853 000000000000000000051c403b5c291e25ac05fba0cfb177874b6b112c5b6866 685 0.52/1.00 vMB 4
761,852 761,852 000000000000000000003f18c59ab58c7390e553ae7632493e9e8f01bdf4c9b2 1,754 1.00/1.00 vMB 6
761,851 761,851 000000000000000000016bb0537396a114c5e2a7617eb525de448bfd3a20727d 2,334 1.00/1.00 vMB 14
761,850 761,850 0000000000000000000245a93ab241a07df1c9faf0da4f91ca1ac9c5b33dff12 2,352 1.00/1.00 vMB 20
761,849 761,849 00000000000000000003c00e61f449c07bf909d9d04d9c19b4e2f67d19ceb3d3 3,069 1.00/1.00 vMB 12
761,848 761,848 0000000000000000000652ddff948298b6a4c1a3fc09b230c2d52d58fdb7adc8 3,527 1.00/1.00 vMB 22
761,847 761,847 00000000000000000005b5f804125cad4f91efc67010fb82320a4244a518fbdc 2,555 1.00/1.00 vMB 2
761,846 761,846 000000000000000000045910f48384eb23ab6c4c42e6dfebf9e887d2039fa2dc 2,906 1.00/1.00 vMB 14
761,845 761,845 0000000000000000000726950990e0c3a09141b16a8736c32ff490d9ed8150db 3,724 1.00/1.00 vMB 26
761,844 761,844 000000000000000000067944108e1b9ecfc1f250a6cb33d4d63de8be70c23733 3,512 1.00/1.00 vMB 23
761,843 761,843 00000000000000000005d4e1bbd7b668e8e3454d3e2371354fbeebdd73fd3528 1,194 0.39/1.00 vMB 14
761,842 761,842 00000000000000000000dd5b5d13ca95b974f5b85815602219c832da3e182c81 2,146 0.87/1.00 vMB 14
761,841 761,841 000000000000000000032087e7419bf8385248a63626b11500a8eb627d9b8392 954 0.98/1.00 vMB 13
761,840 761,840 00000000000000000005399e2f2d9deb8500bc51e2767f9140372f77ad31397d 338 0.09/1.00 vMB 12
761,839 761,839 000000000000000000051177b5fdbc809e7e02c35dc7e4328fa18893dacfb62c 2,143 0.76/1.00 vMB 12
761,838 761,838 000000000000000000019608d92752e0ce35f73dd0d801f08a7d6e439703f1ba 1,350 0.47/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.01 GB
    • Received: 11.40 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.