Loading Tool

Explorer IconExplorer

Memory Pool

4,278 transactions
8.44 vMB
0.01517017 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.38/200 MB

Candidate Block

Mining Attempt 3448f533a71ea04d0293b7929caca2cde6fdf4dc105110215560abbe9ac6a2ed
Version 20000000
Previous Block 00000000000000000001ad849efcfd440503cdbd0d820b083833f4a8357963b0
Merkle Root e2060498fbc4ebaa0857e47bff9259f26830c7f2e7c3871b628409f0384af8a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,011
Size: 0.9979885 1.00 vMB
Total Fees: 0.00328991 BTC
Feerates: 602.14 > 0.33 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,822 (813,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,873 99,873 000000000001446faec2e38ce1767003fe50eb1302e4546fcaed43fe0990afad 3 0.00/1.00 vMB 0
99,872 99,872 000000000001c708a7ab4b4d1c3b811c21cdf3c76d9bf80fa135def6bb83f27a 12 0.00/1.00 vMB 0
99,871 99,871 0000000000037f6c58d5e12ba03577b1cb95b801a18d4a4dc5f4a3aae130996b 12 0.00/1.00 vMB 0
99,870 99,870 0000000000008a7a6e6df68faed4f17632494f5e526cd503dd8e87ae0e293d25 12 0.00/1.00 vMB 0
99,869 99,869 000000000001d6d6ac3190dac4e2224c39b79e2ddbe79d124b4dc19e7a9b548b 12 0.00/1.00 vMB 0
99,868 99,868 00000000000284b15ac5bd3d0db566d7f36db56eb51d5e3c9009a0471ceee846 9 0.00/1.00 vMB 0
99,867 99,867 0000000000038294870ae93f76c125037e18a50a6b86dd5338daf46bc664bdfa 1 0.00/1.00 vMB 0
99,866 99,866 000000000003fded7150d89f4fd9a25473118be6703934084b4a1e9be1cede7d 2 0.00/1.00 vMB 0
99,865 99,865 000000000002a7dd3bc187a32a518a048315c0e52e7aad6179a8ce6c354897fa 2 0.00/1.00 vMB 0
99,864 99,864 00000000000208caa2f00752a34e44de23687074aed23dec596875560f3b5ef4 3 0.00/1.00 vMB 0
99,863 99,863 00000000000420d73b51b3a8d93ba036a0a9df8e9840a2caae2dc4f3ddfd679f 3 0.00/1.00 vMB 0
99,862 99,862 0000000000004bed098594336b09d866457efcfb8cc437bcc978315e0d380a88 5 0.00/1.00 vMB 0
99,861 99,861 0000000000027734f2a0304ea9b73424002de7cf53f3ea4c7796471127645e16 2 0.00/1.00 vMB 0
99,860 99,860 00000000000089e4764ebd7dbdc81867f95a33e994eb27eec747f144730d0864 1 0.00/1.00 vMB 0
99,859 99,859 000000000001938c07e4851159e25f264e593af15e663e25564785708c1ad79b 2 0.00/1.00 vMB 0
99,858 99,858 00000000000050a0729c9a9de075399ae65abba6944ed3f424677a6f06f87fee 2 0.00/1.00 vMB 0
99,857 99,857 0000000000006b10bd3678ee4c5cbbf8c382fab4fc4c7573e19768e38c63b130 1 0.00/1.00 vMB 0
99,856 99,856 000000000002763db5a4f243e13ce3488f41c912e7c1ada9eda0fdfc365e9806 3 0.00/1.00 vMB 0
99,855 99,855 0000000000033a975ed32605765e6a4d5743b4d36b006d12fc0833d43bfb8f70 1 0.00/1.00 vMB 0
99,854 99,854 000000000000127d0b6f55b16c55601081443bfaf6c8e2685f3867990661f888 4 0.00/1.00 vMB 0
99,853 99,853 0000000000031c39e2e5ba4a193c961667adcd1efeaf2308c0dd17d1a13ff043 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.30 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: 517.80 GB
    • Received: 4.55 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.