Loading Tool

Explorer IconExplorer

Memory Pool

80,759 transactions
29.84 vMB
0.06821219 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 5e23f33c3887ec5f6ee2c0386caba233e6f2e020a8f7deb351ae5a72989f7770
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root efa4d802f8da57f9b5f2dedf06e88e37f0212d9f25f6af2ef921e235546cd5d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,558
Size: 1.00 vMB
Total Fees: 0.00742849 BTC
Feerates: 34.33 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (807,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,958 107,958 0000000000023d5c472b5937fab0d62ae3841bb2c05cfadb2b09d66d9e415cbf 34 0.01/1.00 vMB 0
107,957 107,957 000000000001d86f6f69f2add6bf705fa40b4d8eba844bd7a03c3a7bebcf7bc4 6 0.00/1.00 vMB 0
107,956 107,956 0000000000025c7d0b9a1093e9765b0d8ccfd09e6065a7128d3de3ec9170b4e0 1 0.00/1.00 vMB 0
107,955 107,955 0000000000007c1682926896dc5b8a85be24697393fff9188f07e02e3497c401 9 0.00/1.00 vMB 0
107,954 107,954 00000000000169159b0d3f8de7627b742f193e8186a879beeff1867cf39aefdd 5 0.00/1.00 vMB 0
107,953 107,953 0000000000013add9dd58c5f970f9ff59f516bac0fe9063c5c7b7474133dd840 2 0.00/1.00 vMB 0
107,952 107,952 0000000000009dcad9b2a6df99b386a1f0161cda95b14da4f6543872bfbeae6e 3 0.00/1.00 vMB 0
107,951 107,951 0000000000002675ea172bb696e5594c75704fef480bb9a2fc24c606afebc97b 8 0.00/1.00 vMB 0
107,950 107,950 0000000000024e1e8c1f22ed88886feb13bc8af04da48c71b877dfd6e32ecd6c 6 0.00/1.00 vMB 0
107,949 107,949 000000000001538a5941fd1357eada08d2bd76bf6079226821f6de1ac4ee6c49 11 0.00/1.00 vMB 352
107,948 107,948 000000000001b8aa3ab2d478520bc81297fcb0edff7d7d582650065effbda191 24 0.01/1.00 vMB 0
107,947 107,947 000000000001d1a1f1c99b2dca5785884f7c78b177775727dab815d6608ea053 5 0.00/1.00 vMB 357
107,946 107,946 000000000000848971008143a08dbd95090daaae707948d7e789195270d8020b 9 0.00/1.00 vMB 0
107,945 107,945 0000000000024200c17c6cf0f92b79f2d181da265d35703a36f2fb5c27029162 3 0.00/1.00 vMB 0
107,944 107,944 0000000000015a6f3c30c07f80db1ac57febee93d13f771dc34f1d6c5d9e8b0e 1 0.00/1.00 vMB 0
107,943 107,943 000000000000a284d9cfca3097ef46bbebb69cd30810064ac28288417820f879 34 0.01/1.00 vMB 0
107,942 107,942 000000000001c1bdc4a94f22b3c45eeb7f77dd4d9b57a85fba25470286c37332 46 0.01/1.00 vMB 0
107,941 107,941 000000000000c09255d8564a5c01b6db9fc716c7637d4464c3e9f817c1e1932f 6 0.00/1.00 vMB 0
107,940 107,940 000000000001a599f070fee7d287a68ec006a8c04510a40984fd43160d7b7ec7 1 0.00/1.00 vMB 0
107,939 107,939 000000000000ffec8779a4da4bf38cd68d2b8bb64047dce5d6d5c6a1e76b2e27 3 0.00/1.00 vMB 0
107,938 107,938 0000000000000b2596267ce4a3b3837e905fb90f5dffbfedb1f9f696b11c0277 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.