Loading Tool

Explorer IconExplorer

Memory Pool

76,780 transactions
28.34 vMB
0.08494675 BTC
Random Selection Loading Transactions
Max Size: 172.49/200 MB

Candidate Block

Mining Attempt 6e1c1f2e8c02493331735b8053697f198d4727e9efa63f3fe82b21df68e49634
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root d516fa36438cc01f1b0148dfdffad1616a4333d7d41a1d6e2d9afc63c7c6f93c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,471
Size: 1.00 vMB
Total Fees: 0.02216733 BTC
Feerates: 477.45 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (395,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,722 519,722 00000000000000000015a6d4bcc8ec04160cf171b372985bec55f76f87630ede 280 0.24/1.00 vMB 66
519,721 519,721 000000000000000000248e6e6847fb27b53c1dd2507b8381d2fed348fced2fa2 1,944 1.00/1.00 vMB 18
519,720 519,720 0000000000000000001665e44af9e79c6671a24b827f9bc5e8549ace5854a7ff 2,199 1.00/1.00 vMB 21
519,719 519,719 00000000000000000021af0bc33f5c7599980eb86f9c6004af635dc7fa62e4ad 1,265 1.00/1.00 vMB 94
519,718 519,718 00000000000000000019b4dac3000cef5a38f11f246bd3f5aed4faf0fc594094 1,953 1.00/1.00 vMB 90
519,717 519,717 00000000000000000025cef84e1574c984b556b219bf1722f406badc82c1109b 1,816 1.00/1.00 vMB 74
519,716 519,716 0000000000000000003cac705eac92470b0f0820d7a4ee71fc5bda7e3113a4cd 1,835 1.00/1.00 vMB 36
519,715 519,715 00000000000000000001f47aac2059b5ba0cc913b12d0fe26a268a7f15b1e4a4 2,007 1.00/1.00 vMB 25
519,714 519,714 00000000000000000017cc81449cda8b06f67eba4b7a7f243ce8adcbef743872 2,129 1.00/1.00 vMB 44
519,713 519,713 0000000000000000001d965b429af3bc31cdc4b6999f46d9cccc603f1afa8316 1,262 1.00/1.00 vMB 98
519,712 519,712 000000000000000000376452c20b4da60d0cf5c2b131b23a1744c376320827c8 1,510 1.00/1.00 vMB 74
519,711 519,711 0000000000000000003b915f94c456349f2a8ef3e5d18c9165e2f1c540722d63 1,748 1.00/1.00 vMB 108
519,710 519,710 00000000000000000038878c851bfdf825146242c3b6bd05dd1115819393a76b 903 1.00/1.00 vMB 104
519,709 519,709 0000000000000000002200c1e278d839cb0d6d720af71a3cee23a38c6b019ce2 2,110 1.00/1.00 vMB 119
519,708 519,708 00000000000000000011c9bc05eef20d0e812b7b634216f595d229527ed8704f 1,955 1.00/1.00 vMB 99
519,707 519,707 0000000000000000000990a03aef8b1b88a6e1f97f6a23ffe96f984b3a92b710 917 1.00/1.00 vMB 110
519,706 519,706 00000000000000000032c83441315827362fac03f34997a633d6336301f56ffc 763 1.00/1.00 vMB 116
519,705 519,705 00000000000000000007e4a7a4318dd10350f845f20306bcc6e6dd98649cd50e 1,841 0.91/1.00 vMB 3
519,704 519,704 0000000000000000000ddfd6580335b6bf1cb67f941dca37b3424cd1bf52de93 1,900 1.00/1.00 vMB 56
519,703 519,703 0000000000000000000500fbf6b588fa4e53a414a318907c6267766e6226ed86 1,979 1.00/1.00 vMB 40
519,702 519,702 00000000000000000044f6f3c694c561348792c8ef8cc62e4deb7779d6d5e18b 1,524 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.