Loading Tool

Explorer IconExplorer

Memory Pool

85,541 transactions
31.93 vMB
0.11849572 BTC
Random Selection Loading Transactions
Max Size: 195.51/200 MB

Candidate Block

Mining Attempt b7a3f0e0cc382d3ec496f46d85b8491ea1d3441081315dbbf645aec73bf579c8
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 607572706e912874045b2f9b61c902b1fc340d2c89210d9098c7f723826cc64f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.04012787 BTC
Feerates: 299.70 > 4.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (275,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,887 639,887 0000000000000000000eafc13ee00e76444bec6182ce85ce6d41ed1807133bac 1,099 1.00/1.00 vMB 64
639,886 639,886 0000000000000000000659a75e228fd781c9f125e14ea6898b3f1094ca42218a 2,163 1.00/1.00 vMB 81
639,885 639,885 000000000000000000068cdd80608ebbcec6718706e0c6b9152d2b302eb47c11 140 1.00/1.00 vMB 2
639,884 639,884 00000000000000000000a37a764131d0853e3f738755c64ba453f4dccf57aab2 995 1.00/1.00 vMB 7
639,883 639,883 00000000000000000000d32059f03203908542c7609e7891897953e332bf1ca5 2,302 1.00/1.00 vMB 9
639,882 639,882 00000000000000000003405cf7a3cd49be0acbc71aa3d399ea353e7d478ab7c7 3,016 1.00/1.00 vMB 46
639,881 639,881 0000000000000000000c784a6137994f1d31baf95713d008f616288b01bcde0a 2,127 1.00/1.00 vMB 35
639,880 639,880 0000000000000000000babf06bdfdc082a943ac0fb2f0e73bb2d8d3ef676f323 1,246 1.00/1.00 vMB 11
639,879 639,879 0000000000000000000ac88a67b0b4a2ad16fb47fa98163f407af1b59d71d2b2 1,589 1.00/1.00 vMB 26
639,878 639,878 00000000000000000003262255aa94ef212bcbd7443d2d64457cb5a636cc9f83 2,553 1.00/1.00 vMB 80
639,877 639,877 0000000000000000000a8182ceb84b3d95f37377f11bed005e5f5ad5c63bb503 1,597 1.00/1.00 vMB 14
639,876 639,876 00000000000000000006634c1fcfab8d95dc237476b3eff9535f7b6a362d2811 1,969 1.00/1.00 vMB 13
639,875 639,875 00000000000000000001938dd2c9c627de62ed25a4be303449c21e7e54d47e6f 2,470 1.00/1.00 vMB 21
639,874 639,874 0000000000000000000982d94082f2814a0a1dd7f40abeffbf49d475b8d24be2 2,891 1.00/1.00 vMB 42
639,873 639,873 000000000000000000094ad67a7161a8189c76fa8b174c71457f4faee0f6b823 1,364 1.00/1.00 vMB 60
639,872 639,872 0000000000000000000f59d115375df73d7e40613a5f47bb7463461e36e3c364 2,500 1.00/1.00 vMB 72
639,871 639,871 0000000000000000000a6346ccd201c293b94e8192696c3a3cab25fb742189cf 2,721 1.00/1.00 vMB 32
639,870 639,870 00000000000000000004bfb75e55cd077d40e6e08bd3e7bd977843c9a93cfba6 2,520 1.00/1.00 vMB 35
639,869 639,869 00000000000000000000dda60b1e175c490188344715fce709836c5a2cc42661 2,869 1.00/1.00 vMB 64
639,868 639,868 00000000000000000001feea8030db57e4d2cfcb62c6fb60ddc2ffe0c7fc26e6 2,867 1.00/1.00 vMB 66
639,867 639,867 0000000000000000000bb8048d2a48fe7d87e63777e286628d78cc522122536e 1,295 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.78 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: 709.63 GB
    • Received: 16.94 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.