Loading Tool

Explorer IconExplorer

Memory Pool

77,388 transactions
29.08 vMB
0.10064114 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 1ec327392b2f2e285f8df86bdb3d63e4f624372f288f67a309c4b37b1f1a71e4
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 79916c9331a7d1a6168feaabb1434c775aa7b657a75af04a4db3ebb8eb566f59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,525
Size: 1.00 vMB
Total Fees: 0.02676525 BTC
Feerates: 453.09 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (527,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,653 387,653 0000000000000000055f4f440040c95e0f8e41336db100da8e2a485300b63aa3 842 0.81/1.00 vMB 17
387,652 387,652 00000000000000000970e8029cd6ac3a7a807c3d327ac8d17ce345167f1e56a4 2,111 0.75/1.00 vMB 45
387,651 387,651 00000000000000000537c9266096ee1666085ae22350c9f3876d29910f6e2f3e 173 0.17/1.00 vMB 21
387,650 387,650 000000000000000007df91e7c9d92f6d5962705f755aa2df7f7b10ebfc3eec9a 485 0.33/1.00 vMB 22
387,649 387,649 000000000000000006f3a396229e7ef272d125aafd85c316e2ae385d13df42e2 420 0.17/1.00 vMB 36
387,648 387,648 00000000000000000da5351a210379b718df3d1a848f4ed42db69b1e32bcf3ce 1,261 0.65/1.00 vMB 29
387,647 387,647 000000000000000009c13bcb07ad4df8a8385f720b27b6e65f29e78277cc379f 459 0.50/1.00 vMB 15
387,646 387,646 000000000000000003486075e9f2bcbeb4e84d0966ccee81e7e427d173a9b9f8 2 0.00/1.00 vMB 0
387,645 387,645 0000000000000000099b1f2e33c4d1bc8b8c9796baa736313b26b7aec6cddf06 1,629 0.93/1.00 vMB 25
387,644 387,644 0000000000000000009063242ba30c58b7149d92a75e4dc61e7cae1db3111ef0 2,747 0.90/1.00 vMB 47
387,643 387,643 0000000000000000076ca4867ffd0f9bab4e363d6acf79fcd07dab450f8584c1 902 0.78/1.00 vMB 16
387,642 387,642 00000000000000000a168bbcd4f3cc26f1d7f58fbec2bcf1308d69f75db70e7f 993 0.51/1.00 vMB 30
387,641 387,641 000000000000000000048b7dd99c729cfdc9164177ac2ca3809090ef950198cc 394 0.27/1.00 vMB 22
387,640 387,640 00000000000000000108c2c96cd9480d656818f8f168390b773231ef8fb8c2e0 345 1.00/1.00 vMB 12
387,639 387,639 0000000000000000016d3f61fb12930df1daf0472c132ccf6bf660b91dd7d810 2,524 1.00/1.00 vMB 51
387,638 387,638 000000000000000002fa81f1b28557f783cdd7a8a0f097fa5349d37f6281321b 2,606 0.99/1.00 vMB 43
387,637 387,637 00000000000000000541499452bb4a4e359d0ba08fb7229e40a7574793f1624b 1 0.00/1.00 vMB 0
387,636 387,636 000000000000000002a6a605476cb5703b0401178fe3f6969cb5c377be0d2486 499 0.72/1.00 vMB 15
387,635 387,635 000000000000000004ae7c110a57e792c6eaa30ab656b8faaeab88fef1434bbb 1,638 1.00/1.00 vMB 25
387,634 387,634 00000000000000000ac21dafb293d24280456478be63bd291c205725640ffa8a 1,370 1.00/1.00 vMB 23
387,633 387,633 000000000000000004a44e00eb3f8b49e19d21ad0e448acc62baf17d5c5e3aaf 2,358 1.00/1.00 vMB 34
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.51 GB
    • Received: 17.56 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.