Loading Tool

Explorer IconExplorer

Memory Pool

81,236 transactions
29.56 vMB
0.08308352 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt d85c0c13fa2565d3ad90121cf881fddffa43fbef6231caa4160a39699d631c14
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root a09a34bf2298cb35405af5fe84268e1d766f9d82412b79a57e3b7858c142ff7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,289
Size: 1.00 vMB
Total Fees: 0.02089834 BTC
Feerates: 100.53 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (355,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,840 559,840 00000000000000000012f2f9f230f0bf1862abf2bc59fc5f74dceaac0b3dc4ef 3,099 1.00/1.00 vMB 11
559,839 559,839 0000000000000000000d1adcec0099e5a62c725bc13ccd8de4a656acfe2213f5 3,375 1.00/1.00 vMB 34
559,838 559,838 0000000000000000000f143ac4a06fadf9ff6483df0f4e0ac2be89f9d1e82769 1,651 1.00/1.00 vMB 16
559,837 559,837 00000000000000000000409553700e32a0eff0edb44d3b1867a0d4240bc50485 2,108 1.00/1.00 vMB 24
559,836 559,836 0000000000000000000215429027cc73c8e996d412d9024a396c2cec62e6bd27 2,093 1.00/1.00 vMB 12
559,835 559,835 0000000000000000002dc3997bb7a31c0a715ed277098b1ca4590a33ed018b7d 3,059 1.00/1.00 vMB 33
559,834 559,834 0000000000000000001aa4184c12376e3da18b742c1739a205fe2ea2405cd8e7 1,152 1.00/1.00 vMB 11
559,833 559,833 0000000000000000001297b42d0ff6f5d368894782b4f30786394226502859bd 2,717 1.00/1.00 vMB 18
559,832 559,832 00000000000000000024e20f578290d73d8537b23594359afb1c493c9d38dde1 2,584 1.00/1.00 vMB 15
559,831 559,831 00000000000000000010bb1820c414bd4a48515b26ba00c9bb9603f9f713acf0 2,950 1.00/1.00 vMB 28
559,830 559,830 0000000000000000000232059d44631f2c74801f1f119c5e89b035ff3d438cb1 3,441 1.00/1.00 vMB 57
559,829 559,829 0000000000000000000c6221baba30c9595c083118731a672b6e8dc0597934d9 2,099 1.00/1.00 vMB 10
559,828 559,828 0000000000000000001a347bb4f6ff5e39e431f2763f1b94093b97d3fbd939b4 2,558 1.00/1.00 vMB 5
559,827 559,827 00000000000000000003de295da34c9bd887bdec71a4d703ab87a1e8417c2416 2,873 1.00/1.00 vMB 38
559,826 559,826 0000000000000000000f43f1e36fbcd84c112fc5d72875cb1ee05ba79e7036f7 845 1.00/1.00 vMB 4
559,825 559,825 0000000000000000002b24c73051f1773718fee25a950b7be1aef8c3e3dcee26 3,005 1.00/1.00 vMB 17
559,824 559,824 0000000000000000002160e8f23e6f358489cfe0105e1408b780484ff64fddf7 972 1.00/1.00 vMB 3
559,823 559,823 0000000000000000002bfe51e59610b74795bb9088b3c8dd599412d0b4bfa283 1,987 1.00/1.00 vMB 6
559,822 559,822 0000000000000000002c2c2fd54c5bf29361994d0eabf29c1f5a7c655def490e 2,740 1.00/1.00 vMB 13
559,821 559,821 000000000000000000176137d1da3e666ca902acaa8b9b989adb6436ac4942c3 1,530 1.00/1.00 vMB 17
559,820 559,820 0000000000000000001670ed0d0359b3e8d1215e56dcb9829c8134fa766e128b 1,852 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.