Loading Tool

Explorer IconExplorer

Memory Pool

47,137 transactions
28.03 vMB
0.08809115 BTC
Random Selection Loading Transactions
Max Size: 148.58/200 MB

Candidate Block

Mining Attempt 498d9b70296c6a8dafffa27350650251c5f8d0bc22b1cba1a4100996d37569bc
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 38b273560cd2c0eff9eeb121381a0f3299d3c33217f8ef47dc75e2aaf277c17d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,201
Size: 1.00 vMB
Total Fees: 0.03275461 BTC
Feerates: 200.00 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (800,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,068 114,068 000000000000334ef19e9e43ffaf7a86de37392a4c06762b356480d0044c72c3 10 0.00/1.00 vMB 0
114,067 114,067 0000000000001a5929123cf0199610d067e66ad0f7043f13876bde5da3d897b4 15 0.00/1.00 vMB 413
114,066 114,066 000000000000783a5ddf8f94fe11d40f196b623f3254a21bcf926617a1fa6667 12 0.00/1.00 vMB 578
114,065 114,065 0000000000004c10c9693318cc96893de13e5fbe2a8bbfc9d4bd694b1578d65b 10 0.00/1.00 vMB 0
114,064 114,064 000000000000b51dd2676030d34e67ddbe876e7eb1dfcb407f8c7c1c1c10abd0 11 0.00/1.00 vMB 626
114,063 114,063 0000000000002d347da79e224f9bb5552be78ccd71917cee05989eef82fadbb7 35 0.01/1.00 vMB 300
114,062 114,062 000000000000a06d1282198bcc98f5f8019663ad82983a22130f2bd610f105d5 18 0.01/1.00 vMB 390
114,061 114,061 000000000000bfc58dd2b28d37a1d20ba867c61ba6e7927c835329dfe1c4ba9a 10 0.00/1.00 vMB 287
114,060 114,060 0000000000008b230cdc9099217942982d99b8027f5eebe98423565bf3d1867b 12 0.01/1.00 vMB 223
114,059 114,059 0000000000004142f9f018d63dad0c0db85b6699c768e7aa08c2853eafeed048 33 0.02/1.00 vMB 105
114,058 114,058 000000000000158a8e2a5864c4efc8c17d161916fd8f4ae3b34a3fb2129f2f42 16 0.03/1.00 vMB 1,028
114,057 114,057 000000000000805f7a2c164d9246711a6bbb5e1ead830cff5de18afbdccf9e6c 38 0.01/1.00 vMB 513
114,056 114,056 000000000000bb4696e7973dbcd906a8ef1f951837547a87032f9810d13df326 71 0.02/1.00 vMB 0
114,055 114,055 0000000000009c0510fe0a0d66c164aea953ec10732848f5abef6044a7b63bf5 44 0.01/1.00 vMB 98
114,054 114,054 000000000000b633be0a96e0639f4d00691a1b8fdef92467267a92d722146d57 154 0.04/1.00 vMB 0
114,053 114,053 0000000000002724b8eb6c376325455fff6daef495225e91cd42e06044f777fa 11 0.00/1.00 vMB 318
114,052 114,052 000000000000cb1bb46b9b085b3dcbb6a3edd236b60c2553ca4cb534990b7cdc 6 0.00/1.00 vMB 0
114,051 114,051 0000000000004b845900c073807baaf14514feb818939a59f501d0bc28b4d438 11 0.00/1.00 vMB 480
114,050 114,050 0000000000008a8ada7636b4a49377d028bb8fe9a3519120a047d4f2d8d994cd 10 0.00/1.00 vMB 0
114,049 114,049 000000000000499b05f7401fb25046bfef25491cb37f6a39e1d0dd6255e95e4c 9 0.00/1.00 vMB 321
114,048 114,048 00000000000076c7c5382f8c67d20fd4295e8b33d7580c440f0ad4422240ed6d 26 0.01/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.22 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: 654.78 GB
    • Received: 14.20 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.