Loading Tool

Explorer IconExplorer

Memory Pool

81,555 transactions
34.80 vMB
0.16271635 BTC
Random Selection Loading Transactions
Max Size: 195.92/200 MB

Candidate Block

Mining Attempt 7665bcc8077525b91f28b7f70762f22f89d434124a4f84d85931ca244c6a3090
Version 20000000
Previous Block 000000000000000000015d606eea54600e68e92445d6617a0d0d5e5108766f50
Merkle Root e07e164dc082edebde3c048b52e93ea4e888a74213c2a1a6ab0f2303ebabaea5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,267
Size: 1.00 vMB
Total Fees: 0.03093306 BTC
Feerates: 150.93 > 3.10 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,412 (36,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,087 879,087 0000000000000000000230d844ba6cb9f1374c7cca34e65d2891822ed4638e00 3,543 1.00/1.00 vMB 15
879,086 879,086 00000000000000000000011469abb6fb705826dca9eb1b61f910769820d6502b 3,486 1.00/1.00 vMB 12
879,085 879,085 000000000000000000026e4a3000479e165ca45870a744400c643775d8799b23 3,076 1.00/1.00 vMB 8
879,084 879,084 000000000000000000009b9b31e96b2bfc1ab14a095e99bf0d0ebebd30eb7035 3,356 1.00/1.00 vMB 8
879,083 879,083 000000000000000000020a1c2e131417f49a367feb4f9f08f51c1572a6abbae3 3,689 1.00/1.00 vMB 17
879,082 879,082 0000000000000000000244a4b2685092b6c6073bdd12e2fb9142d42935f6228f 3,276 1.00/1.00 vMB 28
879,081 879,081 000000000000000000003929af28c536eff8da8b0e77df5a4cb3a5d16f8ba93a 3,380 1.00/1.00 vMB 4
879,080 879,080 0000000000000000000028eb874038b3a39e7aa850f862431ee49ce6d31eaebc 3,892 1.00/1.00 vMB 4
879,079 879,079 00000000000000000001d12edc503f1a40950b461e5fe288c2ac3db1cd800d75 3,106 1.00/1.00 vMB 5
879,078 879,078 00000000000000000001739565f1f1dad6bbc10e4df807331c870521e5d15a00 2,932 1.00/1.00 vMB 7
879,077 879,077 00000000000000000002487ded6f67637de7eb8caba90c4a664da5aa0d58d5c9 3,502 1.00/1.00 vMB 10
879,076 879,076 000000000000000000010d2f6b23a3c922a3ee804db1f05fc0177f97f7718ef3 3,695 1.00/1.00 vMB 7
879,075 879,075 00000000000000000001df6d03082162524bfb0ff2533e7c6dd0a883a0b47b0e 3,586 1.00/1.00 vMB 2
879,074 879,074 000000000000000000004add386074818d8a64a7454f5e8216f7e7bc5cd2e02f 4,246 1.00/1.00 vMB 5
879,073 879,073 00000000000000000001f67986c085171d91b5804d97fc36bfa2c4b6bfc6181e 3,370 1.00/1.00 vMB 5
879,072 879,072 00000000000000000000a8e27581d7eea4dc873e22a2eaaf10a8d6428233eb2d 3,505 1.00/1.00 vMB 6
879,071 879,071 00000000000000000002887987a5e148e1072655a8f8d327d706c89133531e07 4,884 1.00/1.00 vMB 2
879,070 879,070 00000000000000000002528559c4676ab740c497faa089f583d9fe77d334cb9e 4,496 1.00/1.00 vMB 5
879,069 879,069 000000000000000000002ee966014b5bbfac630bb828f922a827b01100807975 5,163 1.00/1.00 vMB 3
879,068 879,068 00000000000000000002812a91d1b6c08f5b9a5ec5a98f84d1b193e73ca8f5f8 4,280 1.00/1.00 vMB 4
879,067 879,067 000000000000000000017f93ea606f7aa9a6a3314e833779124c5b464104cbe0 4,385 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.10 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: 731.69 GB
    • Received: 18.52 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.