Loading Tool

Explorer IconExplorer

Memory Pool

81,369 transactions
29.93 vMB
0.15517298 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 373b4434b36ac2ac36118b026ae8bb65a3f7e124d11f47fa2eb3a3dfb37885cd
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e0c50f3319fe77f532d33752b245b45e4dd38fc3fe6c80267d7e523ace46d4f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.05890132 BTC
Feerates: 1,002.91 > 5.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (558,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,665 356,665 00000000000000000572fca717f8b5992e9e26cba4f5268923f7282585c0ff62 692 0.75/1.00 vMB 16
356,664 356,664 0000000000000000168f26e17a3112b836a94a6c172802f7c5dcaeb6f2655d07 1,368 0.75/1.00 vMB 28
356,663 356,663 000000000000000003a3af65d767ae33dfd70946b1e0554ec10f861afab58049 2,388 0.75/1.00 vMB 43
356,662 356,662 0000000000000000101b22acc6b20701a854cc04f1273e6f84653694b30a04e0 62 0.04/1.00 vMB 36
356,661 356,661 00000000000000000bf62622783bc47d7b0a8927b23e3e46aeb870acd09a6b93 585 0.44/1.00 vMB 20
356,660 356,660 00000000000000000ac44514adaa851ddd3d44b5a975544b499a5ed548f2c748 1,574 0.75/1.00 vMB 27
356,659 356,659 0000000000000000158e6025f70f963162aec986e32d05e9cc67b3ff5f0ba24b 670 0.41/1.00 vMB 20
356,658 356,658 00000000000000001543ddda0f74f239323fd3d954b57937afd2dd2ea738564b 1,286 0.61/1.00 vMB 35
356,657 356,657 000000000000000008cb8e9d6396f4782ed340f26c4c1e303e7bd058a0de126f 177 0.11/1.00 vMB 19
356,656 356,656 00000000000000000016c914437d8b00402b39428569d1f04ca0a9dfe55cb6a3 76 0.03/1.00 vMB 28
356,655 356,655 00000000000000000285e09a4f13dbb675ee4b5a30d2b1f9028a63df51f221cd 119 0.10/1.00 vMB 10
356,654 356,654 00000000000000000d51a9a9bc3592a02a805f4cd13ec26ff27dfda4e18706c9 1,172 0.57/1.00 vMB 21
356,653 356,653 00000000000000000f15feae8ad76ea078b76ac9cf2bd74ee9d12723fb599a86 1,477 0.75/1.00 vMB 29
356,652 356,652 00000000000000000c134633a155bcd640b9f4e7cb69385145ac8b816b3393f3 1,704 0.75/1.00 vMB 30
356,651 356,651 000000000000000016ddc7f9b9828e9aea15a0b98002f9addd71c7f744f28d1c 507 0.30/1.00 vMB 32
356,650 356,650 00000000000000000f2d7ca85fefeef9dd9c61d1406dad3d51cd06bbf2143944 155 0.08/1.00 vMB 24
356,649 356,649 000000000000000005a60ce3d28553e7c10b26658a24e41cafaf234e8820094c 850 0.43/1.00 vMB 24
356,648 356,648 0000000000000000083c5a8e3dfc4eccf9e02cd6b2e837caba695aec8eb70bfb 275 0.12/1.00 vMB 29
356,647 356,647 00000000000000001494ba0d0c456e2a8aaf0066f1e3e11753730bcfbae853c3 32 0.01/1.00 vMB 29
356,646 356,646 000000000000000005d66fc0adf9c445d426c4d4524bf38f4e2c4fca5b3838e6 204 0.11/1.00 vMB 26
356,645 356,645 00000000000000000991958ff7aacf71c81d8db2a505564a3204a8d9580c41e4 312 0.15/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.