Loading Tool

Explorer IconExplorer

Memory Pool

82,374 transactions
30.43 vMB
0.10374126 BTC
Random Selection Loading Transactions
Max Size: 185.70/200 MB

Candidate Block

Mining Attempt 6157b56b3f46b06786880be1ea317008bec3a79582f87459c1ea99eb4d37bff5
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 1fdc1628300b27a373462e44f5e325e4246e7840524c51ccafaa2a172671ae25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.03288487 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (280,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,647 634,647 000000000000000000133dd16ab91db4b2984a653849c62c6dcb3c54e5aa68ba 296 0.10/1.00 vMB 19
634,646 634,646 0000000000000000000a33f43685bb72f7c0d0739386fd2caa829327994705a5 676 0.21/1.00 vMB 15
634,645 634,645 0000000000000000000c495b4047d5458117859b2bc9bd856ce55d1827dd0348 1,302 0.50/1.00 vMB 19
634,644 634,644 0000000000000000000d0c80a36b0b2ed944550d364add7faaa607a4ee83efc4 1,174 0.41/1.00 vMB 15
634,643 634,643 00000000000000000013c88d421dae9c3f754868baa265c08d0a4e1b6596278e 1,518 0.57/1.00 vMB 19
634,642 634,642 000000000000000000065010901ff4696055945269a9cdc162b204e4d792d96d 371 0.10/1.00 vMB 17
634,641 634,641 0000000000000000000e2da3cfe8cb32067754f33bf67149de254aa37121af2d 2,291 0.89/1.00 vMB 12
634,640 634,640 00000000000000000001d7a08fde008f442eff4daee75c4aaf5c8cc557052664 903 0.38/1.00 vMB 16
634,639 634,639 0000000000000000001096e50a484f77713b37392082d396407646d84411d25f 888 0.43/1.00 vMB 15
634,638 634,638 0000000000000000000d7db17005b964a4ebb2828824ef176a3747699f8f63d2 238 0.08/1.00 vMB 27
634,637 634,637 0000000000000000000adf446538a85316729c14feb78b70adc373266bf49d6f 945 0.37/1.00 vMB 4
634,636 634,636 0000000000000000000ed917d845ed7146772905a97040d7213c2335d9d5e08c 2,214 1.00/1.00 vMB 21
634,635 634,635 000000000000000000036b67a7c8effaf37bc31898f74fcb76e362d261f5e9da 455 0.26/1.00 vMB 7
634,634 634,634 00000000000000000005b212711f3de449f8e739a34f045b913ff437abb8de32 2,510 0.77/1.00 vMB 15
634,633 634,633 000000000000000000000de054c4290ec362037e87a21ddc7896d90f26812a4d 1,488 0.47/1.00 vMB 19
634,632 634,632 000000000000000000137e06a4ee89ed67f05e198b9e35907c2d8025802cb7a3 754 0.26/1.00 vMB 13
634,631 634,631 00000000000000000009ce124e8df735b437df692483cce58078c4a154375afc 1,797 0.60/1.00 vMB 14
634,630 634,630 000000000000000000098b7ee1346e8a83dc54019fd8b7361bb067897b254b24 447 0.14/1.00 vMB 15
634,629 634,629 000000000000000000097dabae68551618af669399ea06c3309671a33955ced6 2,626 0.85/1.00 vMB 14
634,628 634,628 00000000000000000008aca09f5aa619fce3413d152658beb99615f20bcf0bb8 185 0.05/1.00 vMB 15
634,627 634,627 00000000000000000003da20a5207b3c280a228ef7cae91e59f6dd080c352071 973 0.34/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.