Loading Tool

Explorer IconExplorer

Memory Pool

53,148 transactions
31.48 vMB
0.18251511 BTC
Random Selection Loading Transactions
Max Size: 169.17/200 MB

Candidate Block

Mining Attempt 7585963a26cd227a77e4a80d6d25b55a8a12f8713fed78a85cc0339c13b6a3d2
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 2d7a0e304a0c6592e589362a41c866bbbdec4918afcfce4b2936327d87a94399
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,266
Size: 1.00 vMB
Total Fees: 0.09672759 BTC
Feerates: 477.45 > 9.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (388,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,928 525,928 000000000000000000290728c895e3f832e4c9d0eeb7c88cb0e359855c9749bd 2,199 1.00/1.00 vMB 17
525,927 525,927 00000000000000000025c22a09e725d10bcc77cb8c0352733eccf711f410d252 1,211 1.00/1.00 vMB 18
525,926 525,926 0000000000000000002b6333d1b7fa3bad3b20cb2b8fef48c2f7cca4446c58b6 239 1.00/1.00 vMB 2
525,925 525,925 00000000000000000018d3eece5a2215cc6a3485d288e13276ba10753aa39cc0 1,537 1.00/1.00 vMB 14
525,924 525,924 00000000000000000009351e359704f46726649b73b68a6c7bfe3c321c0a85c3 201 1.00/1.00 vMB 2
525,923 525,923 0000000000000000000219d0d908089a7f1059779f7fba6c8a009ca175bae0d4 1,277 1.00/1.00 vMB 15
525,922 525,922 0000000000000000003c2526633954ca61ec8cbad347bcf897961389c9c47a4a 1,407 1.00/1.00 vMB 14
525,921 525,921 0000000000000000002e3172b7d82b0bbc3d75fe50f45042ac35a1d6998ecd90 498 1.00/1.00 vMB 7
525,920 525,920 000000000000000000239a00479e4707f9f8965767e850ba414c672e69f79055 1,087 1.00/1.00 vMB 15
525,919 525,919 00000000000000000028fb1ab55e217e96347b65347d140b7deaefab594aec9f 2,027 1.00/1.00 vMB 28
525,918 525,918 0000000000000000002df5602249d89b34d83edc692a83ef24d5113af93c9706 1,457 1.00/1.00 vMB 13
525,917 525,917 0000000000000000002d561afdbe5c29502728c34310de25f256004571f6b7d9 1,877 1.00/1.00 vMB 24
525,916 525,916 000000000000000000112325a8f6a6816ada8ccd5552f634e48b7f077ce05bec 1,371 1.00/1.00 vMB 18
525,915 525,915 0000000000000000003db2650c8e3d95a3a2cea7542b83932688650c48c59fb0 1,829 1.00/1.00 vMB 8
525,914 525,914 0000000000000000000f0b6b343e1e9fdea342b8f19338c7b238f2a0fca6f8fd 2,077 1.00/1.00 vMB 24
525,913 525,913 00000000000000000015a6d355d130a4326f107169df77986d28e1851fe8796d 70 0.99/1.00 vMB 1
525,912 525,912 0000000000000000000e739750d3f5250bfb37179bb0a9733a05b783be7195be 603 1.00/1.00 vMB 3
525,911 525,911 00000000000000000034405f62345241b888d1d572ccdb73271652239b14f15a 2,119 1.00/1.00 vMB 25
525,910 525,910 0000000000000000001d47628c155920dab0f7b80dea7ad1d60dee0e5dffa162 937 1.00/1.00 vMB 9
525,909 525,909 0000000000000000002a6bc5bd6f2fa9600aa5da724bd5a4b9a5329d2d3b69e5 820 1.00/1.00 vMB 10
525,908 525,908 0000000000000000002a16be9cae0b42ffb1464f862224bd18df0c56e7113f70 1,189 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.