Loading Tool

Explorer IconExplorer

Memory Pool

80,645 transactions
30.01 vMB
0.12321948 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt 877c99bc5a7899b356d10487b2088355d1c9a460b0ec193cc8a092b2397e5b5c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 931c5032a4ccab99b1e0c8d3c27b688d872e8f3690532641d02eee425964234f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,612
Size: 1.00 vMB
Total Fees: 0.05083423 BTC
Feerates: 242.90 > 5.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (819,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,325 95,325 0000000000007941344679d812d59a6c9fcf17dd5b75cff69ba926a9fc169aa2 1 0.00/1.00 vMB 0
95,324 95,324 000000000000ccd054fae9ccfb8b1cadd2306f37d77b372fa42e5af0a56b9523 2 0.00/1.00 vMB 0
95,323 95,323 0000000000074b647612d79788aa61cf37e988bde4339b27706966acf261e6b5 1 0.00/1.00 vMB 0
95,322 95,322 000000000003916cdf782aa73d41a823836924689fafcfbaf624c7dd9dc1f6e8 2 0.00/1.00 vMB 0
95,321 95,321 000000000000090f5f7f2291842d3c701af7eba44aaec7b09fba208ae8339765 1 0.00/1.00 vMB 0
95,320 95,320 000000000006d76718f9c548822352e4f6f09d67dd151bbe04fd8a0d2008d98c 3 0.00/1.00 vMB 0
95,319 95,319 00000000000803fc214603c2069053c83673b1cc7e002c87d5c1b8af138c4767 1 0.00/1.00 vMB 0
95,318 95,318 000000000000a9f620b70926e2bdcf7b2ff5979051ce8da754d4d940d4c332bc 1 0.00/1.00 vMB 0
95,317 95,317 00000000000100ef0a021b5f24ea56a94bfe21bdcec2d7e8d3d4e5937db17983 4 0.02/1.00 vMB 0
95,316 95,316 0000000000033b71b5aac8f4a307609bfc5b59e09d6569a841136ea4b52e981a 3 0.00/1.00 vMB 0
95,315 95,315 0000000000048da05b10864d5008415bc17904fb5a0c666107ce3b59e0f55623 3 0.00/1.00 vMB 0
95,314 95,314 0000000000008e6573a14ab8eaabce246dab0528514ee16686aa614790c1ddd2 3 0.00/1.00 vMB 0
95,313 95,313 0000000000030d08f1123d7b47d9061974b736c09b01c2854ba62bf25cb702d9 1 0.00/1.00 vMB 0
95,312 95,312 000000000003f58eda43a7495c31192baa5a8084e6a585c937a7b27872fcb0ca 4 0.00/1.00 vMB 0
95,311 95,311 0000000000033bc749ca388e8d64354286fa7dffaceeedd381bf47acc65fcf66 5 0.00/1.00 vMB 0
95,310 95,310 000000000003815ae1d077f2de6ed394f85e9f630e4189f793bdae1cd84394ce 2 0.00/1.00 vMB 0
95,309 95,309 0000000000030a76936bf6b80a83d2bcb20ae7a8ca0576a03343e87f6361cd7f 1 0.00/1.00 vMB 0
95,308 95,308 000000000002ceaaf62bf3407ff5a6d35eaceee2f3817a3b6e1e4758eafa0f43 2 0.00/1.00 vMB 0
95,307 95,307 0000000000075b6334475d86ede04c6f812c54aecdf2ff132835532ea779c50a 1 0.00/1.00 vMB 0
95,306 95,306 000000000002a8d13fef9803f84d3b48ff6083f7935d72b3479681a9b1a2f1d7 3 0.00/1.00 vMB 0
95,305 95,305 000000000002153acf1d6e67bf2d7908690c29674bc40823e370847de5913098 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.