Loading Tool

Explorer IconExplorer

Memory Pool

77,622 transactions
27.96 vMB
0.08651557 BTC
Random Selection Loading Transactions
Max Size: 170.51/200 MB

Candidate Block

Mining Attempt 55bf095f8048b4cc9aac1a7b88ab250ad8a93300b84908f9e1e4443eefd10603
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root a70177ead7a58120ae0ae062f2cc457ccddfc8a5ce06029528dbe665d7b93e42
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.02644950 BTC
Feerates: 402.60 > 2.65 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (384,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,271 531,271 0000000000000000000a52e9d415c65f02c780a19e59affc437a7686e7ac4406 1,208 1.00/1.00 vMB 21
531,270 531,270 000000000000000000021f7b11ebaa7fd9f8532dd158b0c5675a4ba0618730e9 1,077 0.99/1.00 vMB 9
531,269 531,269 000000000000000000091a846c3236f3a8378a2d62c5431610d5b1c233dfeacb 177 1.00/1.00 vMB 2
531,268 531,268 00000000000000000026f7737c8ba1b216b2b86e60844f6c9c6d2b307f3644da 1,685 1.00/1.00 vMB 16
531,267 531,267 00000000000000000021f2dbca1c82b558a7f13222870b65cee4e14b6279d388 114 1.00/1.00 vMB 1
531,266 531,266 00000000000000000003778628813cdbc69d51e20114f794bfd37d3d6e098e38 502 1.00/1.00 vMB 6
531,265 531,265 0000000000000000000750c92d8b109415964abc396a781c819b1c3787cf52dd 819 1.00/1.00 vMB 6
531,264 531,264 0000000000000000000568d91a55063278a375f47f496fd4ebd3634309036c0c 1,892 1.00/1.00 vMB 8
531,263 531,263 0000000000000000000aa67745c558c9e0fe0059b6b3ff82d123c15f8e07ae07 2,846 1.00/1.00 vMB 25
531,262 531,262 0000000000000000002d85d16dcb2e00b62eb0db09088c479cbf90ad18c20a1a 2,570 1.00/1.00 vMB 31
531,261 531,261 000000000000000000182e281bbed4854ed53c8dd4412aaa0c20bdfb922ba75d 1,990 1.00/1.00 vMB 14
531,260 531,260 0000000000000000001187a8b85c9d860cfd8a9d6d3589879d4c5108eeb94bdb 140 1.00/1.00 vMB 1
531,259 531,259 0000000000000000000e9aeb00380aa8e018c92c1ba0892bc21426cbb1a2ef2c 1,070 1.00/1.00 vMB 3
531,258 531,258 000000000000000000292cf1908c3fa07f59da5cfbd15decbddc37c86700b0d3 2,659 1.00/1.00 vMB 20
531,257 531,257 0000000000000000000fe3f03969fad24370d17e94b64e61ec6f67d141d7dc3d 696 0.27/1.00 vMB 38
531,256 531,256 000000000000000000247af54445b2665e14b9ea215d4992d0a852d2d7ccb523 434 1.00/1.00 vMB 3
531,255 531,255 000000000000000000115c3280a4e4d6e34ecef304c42f5ffe1587a728f04e7a 272 1.00/1.00 vMB 2
531,254 531,254 0000000000000000000cd2a7b79db1be0612f1b4221d9b3c599e8b3e74dc7978 1,628 1.00/1.00 vMB 9
531,253 531,253 000000000000000000172bace7c180396bd85985ff5c229ba4782abd8fdf01fb 1,072 0.36/1.00 vMB 20
531,252 531,252 0000000000000000001cf0c8ede37085adc19c45b5e30b9ae29196df71adaf1c 2,744 1.00/1.00 vMB 23
531,251 531,251 0000000000000000000a6525ec790b61559bbcdc93192be180af3efc6abb7842 263 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.95 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: 715.03 GB
    • Received: 17.64 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.