Loading Tool

Explorer IconExplorer

Memory Pool

38,844 transactions
28.54 vMB
0.06872472 BTC
Random Selection Loading Transactions
Max Size: 144.48/200 MB

Candidate Block

Mining Attempt 95c5af0324cb5d96da54fa3cb9cef2914f57d31b27a4d3287ec7af896613b023
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 191d5e9e92387e4bfba2e0f6a466dc71c6a0f938390d9e345b4122cded975be8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,129
Size: 1.00 vMB
Total Fees: 0.01365422 BTC
Feerates: 105.82 > 1.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (167,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,101 747,101 0000000000000000000285b0a1c55eb2eca03a5e5e4742ebb1c4fca930e591bd 1,946 1.00/1.00 vMB 7
747,100 747,100 00000000000000000004683ae29059a2b93a0f6614e5aa31b08286e59e48be27 2,400 1.00/1.00 vMB 9
747,099 747,099 0000000000000000000382ec8e44d9b91fcc75f6e0b09745a9e3c523383fc885 1,837 1.00/1.00 vMB 11
747,098 747,098 000000000000000000020005756e74fa3538e70b35315799228d745c1c429012 1,263 1.00/1.00 vMB 12
747,097 747,097 00000000000000000006b3199ed091fbb059491f5e9630f9fb83dee66c653dee 3,040 1.00/1.00 vMB 29
747,096 747,096 00000000000000000009d01655b39a37d038ec5700139aa59c380618697263d8 2,660 1.00/1.00 vMB 16
747,095 747,095 0000000000000000000253c9f71412fa7fac805cde41bc77e65bd6a0a9901819 3,084 1.00/1.00 vMB 21
747,094 747,094 000000000000000000010fe190421c3c3e9173f95efae3984155854886b2b9fa 3,047 1.00/1.00 vMB 14
747,093 747,093 00000000000000000003c7dbba8a638cee6b93c87bc4a46b8d382930ed75cecc 2,866 1.00/1.00 vMB 14
747,092 747,092 000000000000000000069cf5965ad2c4df2e4952e6490ec0e778b66795b1a249 2,490 1.00/1.00 vMB 15
747,091 747,091 000000000000000000034b0ecc5c85498635d89f16247c82864827a2daa92f81 2,599 1.00/1.00 vMB 27
747,090 747,090 000000000000000000070ba8bf97ccaa053d9b590d894bacc1d3e07fe750d69c 1,524 1.00/1.00 vMB 14
747,089 747,089 0000000000000000000870d0867b99c9f24064a4bf823baad16f3a268d599cdc 3,009 1.00/1.00 vMB 12
747,088 747,088 0000000000000000000455d63eab0486d04a825a374c2e3d73135b43c25a5d35 2,233 0.77/1.00 vMB 12
747,087 747,087 00000000000000000004ff64b0cba6ed493b5eb454ec5da5bb94d55b4787c0f1 902 0.36/1.00 vMB 10
747,086 747,086 00000000000000000008274a52545bf2e9b3c98026ad4b96d9d15c7208fbae9f 682 0.48/1.00 vMB 4
747,085 747,085 0000000000000000000924f0be9d453743fec7b2b9f5231b1e5ad7782fdd0cff 1,425 1.00/1.00 vMB 4
747,084 747,084 000000000000000000062799db18cde333733f77206d7aea2104c823215468a7 2,411 1.00/1.00 vMB 9
747,083 747,083 000000000000000000020f3320ebdf82d0e69a31c2ae3f98d786b408b6d16766 2,923 1.00/1.00 vMB 13
747,082 747,082 000000000000000000088f02a0f78ae847218f1ceefc8ce6ad0d80cc129dd645 2,936 1.00/1.00 vMB 19
747,081 747,081 0000000000000000000149728545703803498a5e1f1a9e050e0acf6f16dd94ee 2,559 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.60 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: 623.59 GB
    • Received: 11.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.