Loading Tool

Explorer IconExplorer

Memory Pool

74,581 transactions
27.57 vMB
0.07184680 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt 32c177c2b3a5f73c18e64c4fe0331a05742c607d2b2c9d368ee7aadf752b27bf
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 2e96f1af0c0ac4d1d6e33c49e3780a80f0f8be1fe7a682358888741ea46a85da
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.01254738 BTC
Feerates: 150.80 > 1.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (616,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
298,856 298,856 00000000000000002003e561c915643d5e3698709ad6590f02195a31b2bf7341 523 0.33/1.00 vMB 35
298,855 298,855 0000000000000000286f9e25b02f9f2308a94924139aec116f8d8d9fbadf6b71 85 0.07/1.00 vMB 21
298,854 298,854 00000000000000006f78449ff4208f2ea4848bc58fb910d667d50fbb0a39a394 200 0.11/1.00 vMB 28
298,853 298,853 0000000000000000581ec041e021927e2407cb80f019dbcd4a05b409f56546e8 1,002 0.52/1.00 vMB 46
298,852 298,852 000000000000000046cac8233062599cf88a0d799c164a10b20b00b585a79fcb 88 0.15/1.00 vMB 18
298,851 298,851 0000000000000000458a3fbb19749897a248f678745570e5cae0354ba2965d53 816 0.63/1.00 vMB 22
298,850 298,850 0000000000000000249e106b99b94bcc6a4a1120345b3f30e4478572db472954 944 0.35/1.00 vMB 68
298,849 298,849 000000000000000063139414b3a28eb8f3c08af7a4b88ffd9b1251339741f8f5 662 0.31/1.00 vMB 48
298,848 298,848 000000000000000058fce9bb7a5f5d99ed34149e058c87684bbc7873fb543acf 381 0.30/1.00 vMB 28
298,847 298,847 0000000000000000360bcda7062068023f3365ad3fd49b9d1861cfd6d1906041 256 0.11/1.00 vMB 51
298,846 298,846 000000000000000016b5708698f0e49ed08ae47a23a660c166e6424fcc9f0c05 275 0.12/1.00 vMB 23
298,845 298,845 00000000000000005a73a9a421cdbbfbda17cb5c332d73ea10958cb6168b6625 1,393 0.77/1.00 vMB 36
298,844 298,844 00000000000000004f83befe17f2c8b6053fe45ba84e409d6ee54b2b3c064e59 512 0.19/1.00 vMB 90
298,843 298,843 00000000000000005e7307efcc36a378ea9e82da41e07f8cf9e41726d87d6eb0 256 0.10/1.00 vMB 37
298,842 298,842 00000000000000005dc3b0af9adbbad8da15241b67e3d8fac32c6f9b8bc4afde 103 0.04/1.00 vMB 111
298,841 298,841 000000000000000066e4caec585ac59d51444b751b953764848ec508d642d942 641 0.46/1.00 vMB 27
298,840 298,840 0000000000000000706023f888bc0797365f6fda48b343f2618f0f8bf65f0940 267 0.45/1.00 vMB 15
298,839 298,839 00000000000000007122479c1ec7c403b1ae5c6a7ea383f31ddcfb6e41835699 633 0.35/1.00 vMB 34
298,838 298,838 000000000000000045e6fb26060756e119dc03d90e33a4b83b5b6e9ccc21158a 727 0.35/1.00 vMB 26
298,837 298,837 00000000000000000e2af792d3f1fc13726f8e5275741c1d08c7020ca9e1de44 1,085 0.35/1.00 vMB 61
298,836 298,836 00000000000000008767db5a0fe1c5f652a15e56cf8bdc9ef5bef8279f34728b 64 0.02/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.