Loading Tool

Explorer IconExplorer

Memory Pool

47,310 transactions
27.99 vMB
0.08798256 BTC
Random Selection Loading Transactions
Max Size: 148.75/200 MB

Candidate Block

Mining Attempt ca039c1bdcc51d1a3de378a37ac2119aa95ef8650c8e0559e5303468e583b3b2
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 0a3cdf2ddaf49a199f21f26d9ca612505abef58046bef3a5bf38e19519b247b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.03351398 BTC
Feerates: 500.00 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (100,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,963 813,963 00000000000000000000fb621282a9c6be1d08c6162438dc754574f06f90cc69 2,922 1.00/1.00 vMB 27
813,962 813,962 00000000000000000002d460cfc87bf3c6aae7c49af5517d034b6efdbc2e692a 2,639 1.00/1.00 vMB 28
813,961 813,961 0000000000000000000097be562e2a6925f95d8ed2df52de739712bf8d50ec8f 3,453 1.00/1.00 vMB 34
813,960 813,960 0000000000000000000267254e497101d538a97346c3fd6b90d2f0abe12a4984 3,829 1.00/1.00 vMB 36
813,959 813,959 000000000000000000047c842adb1bc4254647db947efea2aca84fca763da512 3,175 1.00/1.00 vMB 46
813,958 813,958 000000000000000000003aadd601b2e7394f1b7c97d0c8779260c1388d656852 3,925 1.00/1.00 vMB 42
813,957 813,957 000000000000000000009781040bdee08a01e25a3b9fc53d768675b16317bf56 3,253 1.00/1.00 vMB 43
813,956 813,956 000000000000000000002c848160d3621d60891b543a3e1715b14c1c23993e74 2,935 1.00/1.00 vMB 30
813,955 813,955 000000000000000000043855a88e99cefea6e6086961a464ff07a97620459053 4,179 1.00/1.00 vMB 37
813,954 813,954 00000000000000000003f9a4a67558548e83be4e79cfe5f481978bfc5178b855 3,089 1.00/1.00 vMB 45
813,953 813,953 00000000000000000001b759be8c409bb22bd54746a05575937a82bab5a96a4b 3,653 1.00/1.00 vMB 39
813,952 813,952 00000000000000000002cd1ae5dae0f4ab83804b2dbaf72bcae72aafaa4202c8 1,173 1.00/1.00 vMB 25
813,951 813,951 0000000000000000000123878593fc3bdc4d4f40b98f903dc0bb4185cb19f603 2,520 1.00/1.00 vMB 33
813,950 813,950 0000000000000000000015b59416b1f0539466a89d3f0d9b6d9d6d27317c89c8 2,882 1.00/1.00 vMB 35
813,949 813,949 00000000000000000003394e0c1df98dcb434b34848dd9ff7cb8fcfe080650dd 3,390 1.00/1.00 vMB 35
813,948 813,948 00000000000000000001ac5c678d54da335e0056e761f0a06a070883d53dcb61 2,087 1.00/1.00 vMB 31
813,947 813,947 00000000000000000003f210af76f76688c4f919fa07d2e7efe1cb644da76d5e 2,483 1.00/1.00 vMB 32
813,946 813,946 0000000000000000000437f0b6f4c8fd1c4bc11403157db591b5f40cc7329709 1,954 1.00/1.00 vMB 11
813,945 813,945 0000000000000000000164ec8016ff63547855a2cacf072eb7854b6a9240d450 2,657 1.00/1.00 vMB 9
813,944 813,944 0000000000000000000495180a5eed3b927fa0d906710472c298790d8e053352 1,738 1.00/1.00 vMB 13
813,943 813,943 00000000000000000000c3f8be41e2ee39d97795b435043d0aa6741b59dd5125 2,644 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.01 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.39 GB
    • Received: 13.17 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.