Loading Tool

Explorer IconExplorer

Memory Pool

47,367 transactions
28.44 vMB
0.11362715 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt e211a2808a6d6e5985f73b02aa1789f5b8f464e3fa25e003ba4d167a39c0859a
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6180d8937accc7da9fbf121272a0ff261c3965cf220b716d0d49ff3ca451d408
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,980
Size: 1.00 vMB
Total Fees: 0.04626209 BTC
Feerates: 150.77 > 4.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (128,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,323 786,323 0000000000000000000406cddfbeca04f0050febe15ed5754d96cffbf224ca26 3,258 1.00/1.00 vMB 15
786,322 786,322 00000000000000000002a37e7e83ab4b98cca838edb46843cfc5456718f77d9f 1,350 1.00/1.00 vMB 7
786,321 786,321 0000000000000000000416386834f02956881ec3544df9e8f8db98974d2ffdd2 2,279 1.00/1.00 vMB 10
786,320 786,320 00000000000000000000107910b0674ab70175f9c5bcd1c58be3d564a50f2a3a 1,400 1.00/1.00 vMB 9
786,319 786,319 000000000000000000004a288943d5094ff1d3db39028e0db0c65a415223867c 2,312 1.00/1.00 vMB 7
786,318 786,318 00000000000000000002b63fcaaf975a93f57b63dfee24714cba1bbcdea9e613 2,701 1.00/1.00 vMB 16
786,317 786,317 0000000000000000000467a1fa54b1e6c6ae7c6ec8a8c5bb39321796844769e5 2,482 1.00/1.00 vMB 20
786,316 786,316 000000000000000000013bd5b646486bc6f28ad06b8bfa8adc9c461ad69dc4a9 1,955 1.00/1.00 vMB 23
786,315 786,315 000000000000000000035a94cfe245bb62a8bc59d3b5b3e78b28088876ff4988 1,863 1.00/1.00 vMB 31
786,314 786,314 0000000000000000000289cf4be529b117aa29b964357b81972e1f28b5f93669 2,697 1.00/1.00 vMB 17
786,313 786,313 000000000000000000012e4ca56d62a9e5666e3515bcc67bd2f7cf04fd028b6a 3,121 1.00/1.00 vMB 22
786,312 786,312 000000000000000000004ffa82d02f5f7b72860bc15607ed29856f85ecae8fa7 3,025 1.00/1.00 vMB 34
786,311 786,311 0000000000000000000119433de263ce0246d573814128e1bb6211da6cd99e51 2,385 1.00/1.00 vMB 16
786,310 786,310 00000000000000000003b898560ccadee4a08d5d453369bed1cbc60f4f0199c1 1,847 1.00/1.00 vMB 8
786,309 786,309 00000000000000000000381ac3e6b6f9827b3e830e7ac04352e9fbca2281b8bd 2,330 1.00/1.00 vMB 16
786,308 786,308 000000000000000000045c7ca4e61e678c4e2b2296afe42a46eaaa6d13503277 1,136 1.00/1.00 vMB 14
786,307 786,307 0000000000000000000040161f49b2efd87c03357216d72bfaa8cddcbdaec6bf 2,770 1.00/1.00 vMB 30
786,306 786,306 00000000000000000000db2349aa418c0c158618cb14a2ccd45db511a82db7c3 2,126 1.00/1.00 vMB 31
786,305 786,305 000000000000000000039cf2bda48dc02f17fd845e5601bebb7214bb90d10e78 3,303 1.00/1.00 vMB 33
786,304 786,304 000000000000000000053a1a190f450195e8657e1ae7748a22112680171528d6 2,896 1.00/1.00 vMB 13
786,303 786,303 00000000000000000005ab058c4adbaad42a9a8f9efed4915101c9f2d69b97c1 2,231 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.