Loading Tool

Explorer IconExplorer

Memory Pool

77,506 transactions
28.85 vMB
0.07930130 BTC
Random Selection Loading Transactions
Max Size: 174.51/200 MB

Candidate Block

Mining Attempt 57b7fbc5d98db3a326cdd77f0b65be8759dcd1668b4476e4b4e71c4199eb22e6
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root aa3c70dc8d7509df4506cf5cd5720b7fce7d8f3ac94d94b7117c935166bbc7f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,564
Size: 1.00 vMB
Total Fees: 0.01919812 BTC
Feerates: 150.62 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (487,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,251 427,251 000000000000000000f83fc3dbbfaede60eadf261f8af48f7cef785e3e779bfe 1,059 0.40/1.00 vMB 75
427,250 427,250 00000000000000000012b92266dc3a2926f7211ce6a70a79be704392d78ea087 1,218 0.98/1.00 vMB 31
427,249 427,249 000000000000000001365d19c9278fc17eb1cebec8e362cce822a34650935d05 1,852 1.00/1.00 vMB 58
427,248 427,248 0000000000000000020a8749160d70d2cc410dab3dd6feb91d54d24e6e2b2c64 2,471 1.00/1.00 vMB 69
427,247 427,247 00000000000000000263c0773a2eb5935ab578e25b7c83bb897085ab06e900c3 2,866 1.00/1.00 vMB 81
427,246 427,246 00000000000000000195f91bcc30baa67dc7f27d954b9bf4bece7f332a26e0ff 1,691 1.00/1.00 vMB 52
427,245 427,245 0000000000000000046314ca9fd9fcb48e953561c53108b8b02497bdd3ecc183 51 0.02/1.00 vMB 65
427,244 427,244 000000000000000000c81e767aa1fb946813df85d3cc694b5254c4117a2a40ba 885 0.40/1.00 vMB 62
427,243 427,243 000000000000000004b304beb513cf9d0dc067acee71deb85481eb3a58d57def 761 0.46/1.00 vMB 47
427,242 427,242 00000000000000000225a7eb7c3e97dbb9bc7f3d6f535e4405ced90bffdc3ca8 1,743 1.00/1.00 vMB 47
427,241 427,241 00000000000000000406917fa4a5fa5dbd8723c883fb4286068d50b8f4428993 2,888 1.00/1.00 vMB 80
427,240 427,240 000000000000000001be8073f69af544f73524b3fd71e1672b53de05a2d9c44d 583 0.25/1.00 vMB 60
427,239 427,239 0000000000000000007e376d6de11b4c5282b55773b4b706c0539b72058b77e3 271 0.12/1.00 vMB 66
427,238 427,238 000000000000000000988f0a912f038f3aaf8bfe8122595e05e2a619d1169046 970 0.99/1.00 vMB 20
427,237 427,237 0000000000000000024de8f59bd015b48f22d68d5b81693305a816ecd04aa361 2,747 1.00/1.00 vMB 73
427,236 427,236 00000000000000000153a9501af367fce756e37a09b186b6dd746ea0253bde1b 1,207 0.49/1.00 vMB 55
427,235 427,235 000000000000000002f06f6787d12502ae9e2a820765ca67d8a985a4f7a92bc9 246 0.09/1.00 vMB 63
427,234 427,234 000000000000000000bd7dafdd42302ac3592668d48587f3a4d99b46e8e87ced 394 0.19/1.00 vMB 51
427,233 427,233 00000000000000000338ee6f527304c7bbdb31ba74e5b8ab3722f185780c7e02 650 0.38/1.00 vMB 47
427,232 427,232 000000000000000002bc0546773db1548223cddf9057852d1df2dfa16d41c598 1,726 0.78/1.00 vMB 60
427,231 427,231 000000000000000003ca3b8fb41e99b6f245a2f25f90f2e4f64914fe7cc79f7b 36 0.01/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.07 GB
    • Received: 16.37 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.