Loading Tool

Explorer IconExplorer

Memory Pool

47,902 transactions
27.76 vMB
0.05966328 BTC
Random Selection Loading Transactions
Max Size: 148.25/200 MB

Candidate Block

Mining Attempt 46f4dc9a0335a4247a7f17ffe0f1f4b8c8799fc66b088b99b0b29d2a9217379c
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 836497b5d7cccb635c456c0c1c2553400148b4c036d4cd1c514d6f6c20c4d2e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,190
Size: 1.00 vMB
Total Fees: 0.00728525 BTC
Feerates: 100.00 > 0.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (529,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,871 384,871 00000000000000000b50d9770b4dc79f87eaaf159120507b87ace7da327d79dc 1,175 0.58/1.00 vMB 33
384,870 384,870 000000000000000010660fd789373e9f9aeba8e66f1159656637dc993e8e0688 632 0.33/1.00 vMB 30
384,869 384,869 0000000000000000064287cfabc6ae9f5828610d8bfe9a67f52d5aa7c0d5567e 206 0.15/1.00 vMB 25
384,868 384,868 000000000000000000dfdbf57b490937c1fc183895d4d3f7fd225b322aba9059 154 0.10/1.00 vMB 22
384,867 384,867 0000000000000000055b61bf7fcaf994a82f468ceed091291ede98e5bf673e0b 1,022 0.44/1.00 vMB 33
384,866 384,866 000000000000000010a82a0a81333db2db84c430047c23a6a1525e56ebd172f6 839 0.42/1.00 vMB 58
384,865 384,865 000000000000000000a66838bff9bd8cb9e53a67588dedd264d9a0ef529252de 1,036 0.60/1.00 vMB 27
384,864 384,864 000000000000000000f7a5c42bcc5ac916aabd1b49456add3915b9165477ebd9 1,738 0.75/1.00 vMB 36
384,863 384,863 00000000000000000fae46d4c8e0db8e75571896502272ec4f8b6880dac9de62 432 0.75/1.00 vMB 6
384,862 384,862 00000000000000000fb5409008d37ed590c0bf04602975f1148f3f874b3012c9 256 0.14/1.00 vMB 25
384,861 384,861 00000000000000000771b47a00f6562f007346fa7dc97db2f7babd7333c46db4 705 0.44/1.00 vMB 24
384,860 384,860 00000000000000000d5e4e36827c5eeeaf0f0c8a9d170e599e13e1b944dcb36c 1,234 0.62/1.00 vMB 35
384,859 384,859 00000000000000000c5fd9cb5e9791348e327d3231ecbd9ac196561f5620b50b 476 0.25/1.00 vMB 26
384,858 384,858 0000000000000000069316d922991c87c79909044026377bdb91170f194f9f43 331 0.18/1.00 vMB 24
384,857 384,857 00000000000000000005abdf9c8215d14069dee0a2d7b45f25de8882f08acc99 695 0.88/1.00 vMB 15
384,856 384,856 000000000000000006e0d00c9bf2fab3e4454449f2f914ba0e908de0b33efda6 1,177 0.81/1.00 vMB 27
384,855 384,855 00000000000000000900aaa14a9a355da63bdd69835da631cc2aa3eeabda604f 859 0.73/1.00 vMB 25
384,854 384,854 0000000000000000082cbc0ab941b02466c9ab84f452b948af8f6c0335c43bd8 445 0.42/1.00 vMB 19
384,853 384,853 00000000000000000c072c98e003cbdb6487dcf5bd4b62622acf00f4cc1a9f09 302 1.00/1.00 vMB 7
384,852 384,852 0000000000000000107b0151779741ed0222b7d2d9ce6c4e82d553ec8bb6ccca 797 1.00/1.00 vMB 11
384,851 384,851 000000000000000003934ca1b5b9909c532e94652f91102f7279d23b686b5cfb 1,264 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.