Loading Tool

Explorer IconExplorer

Memory Pool

78,709 transactions
29.15 vMB
0.11870848 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt 92e1f8979e0d17c85f9ba970fcb47a43d2ac38843fae1c94c1a043d26c98c4ce
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root cd8ac9362324a65f80b38fae4a72aa420b8ab524337bdae02cec7bd2f55f65a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.04289630 BTC
Feerates: 150.80 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (91,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,016 824,016 00000000000000000003437b750fda658b553f686e9121fe53f4b8890bb09a4d 1,953 1.00/1.00 vMB 67
824,015 824,015 000000000000000000021113c023da507174cfdbabcf105e33670f7decd96077 2,270 1.00/1.00 vMB 70
824,014 824,014 000000000000000000017fe723e35d24443834b2910fc855c480425730ec287d 2,901 1.00/1.00 vMB 105
824,013 824,013 000000000000000000019f110fbf8eaa2cea907bada98e1602567db435c7dfa0 3,270 1.00/1.00 vMB 126
824,012 824,012 00000000000000000002dae4e894077a23b8d7337f83e8a1dc5471900cf44bf6 2,646 1.00/1.00 vMB 93
824,011 824,011 000000000000000000025b9a6a650ea99e4ac8e78760325f9ce1ac6b5c59cb64 3,197 1.00/1.00 vMB 123
824,010 824,010 000000000000000000000169e0c6f23bef45735953e105e5890648586b9946db 3,134 1.00/1.00 vMB 91
824,009 824,009 00000000000000000001f4f15e6aaf40fb7881689fc6c87c47b03d5aa55aa803 2,876 1.00/1.00 vMB 90
824,008 824,008 0000000000000000000036606c14008cfcdf00736c753009354d0689c4c3940e 2,268 1.00/1.00 vMB 93
824,007 824,007 00000000000000000000623f5b45e76fe6d654efc3a67ae6523197927e83a57d 3,248 1.00/1.00 vMB 106
824,006 824,006 000000000000000000039fbbe230293af6c3568cf2cfe55563184b9e659f3ef7 1,744 1.00/1.00 vMB 78
824,005 824,005 00000000000000000001940d260c10e3fb338565dbfc2d53412578f71e96e147 1,285 1.00/1.00 vMB 82
824,004 824,004 00000000000000000001bd01c4fa754e9f6dd060e4428b58117928cd12b908c4 3,045 1.00/1.00 vMB 103
824,003 824,003 00000000000000000002465f126fdc2c845fa5597d50c8310766288c37550999 1,977 1.00/1.00 vMB 94
824,002 824,002 000000000000000000018e7d1c93aa263cdb5eb2fdcf8e8dd1b3055f93522d93 3,402 1.00/1.00 vMB 126
824,001 824,001 00000000000000000001d5030f9564281ba9c4b50e815e1255cd7944db78ddab 3,348 1.00/1.00 vMB 169
824,000 824,000 000000000000000000026811d149d4d261995ec5b3f64f439a0a10e1a464af9a 3,114 1.00/1.00 vMB 114
823,999 823,999 00000000000000000003573ff3c08d6df3c0475919559bd44a4ae5d93d8b01ad 1,964 1.00/1.00 vMB 97
823,998 823,998 0000000000000000000235d5904d683ab553b8b938e3fedacf8e063ca4136101 2,656 1.00/1.00 vMB 123
823,997 823,997 00000000000000000002f9f55cb2b6ee6b920194be07c6c8a948bc9e4b165c91 3,660 1.00/1.00 vMB 168
823,996 823,996 00000000000000000002303cbc8d1e3aec4ee77529fe3cee1dd9e9c01e86a769 2,957 1.00/1.00 vMB 109
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.78 GB
    • Received: 17.21 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.