Loading Tool

Explorer IconExplorer

Memory Pool

44,267 transactions
26.69 vMB
0.06779313 BTC
Random Selection Loading Transactions
Max Size: 140.33/200 MB

Candidate Block

Mining Attempt 205c846a58d1bad4d230af45a9c54f1a9dc77e92a381defdf0f58e347fd8ce0d
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root e25ac12f7a6be63e954e0294d0a72d3e6b3f309474a55cde9fd13444b79f095d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,429
Size: 1.00 vMB
Total Fees: 0.01863472 BTC
Feerates: 150.68 > 1.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (166,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,932 747,932 00000000000000000005f6118a8a279c88fe1c68bb3c620519de498fc58c9b34 3,006 1.00/1.00 vMB 10
747,931 747,931 000000000000000000069c4a450bb8fc4f30a57bd18fc8c0017be534def1c8bf 1,941 1.00/1.00 vMB 10
747,930 747,930 0000000000000000000851b382660b4e89feea7f87a585c241547d34b2e748f2 3,186 1.00/1.00 vMB 13
747,929 747,929 00000000000000000006239998542ef81f1c160d62148c75b329b4a07cef1122 2,798 1.00/1.00 vMB 19
747,928 747,928 0000000000000000000544b4e36ee9902e58562c0e27e1b4a12046ac3e311e17 1,798 1.00/1.00 vMB 15
747,927 747,927 00000000000000000005062c12abe68b944142f6c805be91f044addb5f81a80d 2,731 1.00/1.00 vMB 14
747,926 747,926 000000000000000000029e1fc4fc02ada74f54d563b2d8c15da4977050ab8eaa 3,275 1.00/1.00 vMB 22
747,925 747,925 0000000000000000000263a8a4e5ee368ca4d8777bc775fe28005e2bb7d76233 3,712 1.00/1.00 vMB 19
747,924 747,924 0000000000000000000110334b1fa38cf7eda3b865d4ee3412adbf103d8d5604 2,604 1.00/1.00 vMB 22
747,923 747,923 000000000000000000031b57fc315d2b0184140b88a4c71cc14347d6c7f8082f 1,226 0.40/1.00 vMB 13
747,922 747,922 0000000000000000000132d93240e798f407ca0fe9683f207b119e903cd93e17 900 0.28/1.00 vMB 4
747,921 747,921 00000000000000000003540f3c4e34aeb9a1867fd3c94f775cd714e993d684bb 3,044 1.00/1.00 vMB 18
747,920 747,920 00000000000000000005d95197cdd2f227a1c5f830e0445b5092d17727b597bb 2,294 1.00/1.00 vMB 7
747,919 747,919 0000000000000000000163a25c6813a4f203395d5f5db8cdfb6700e04eeb7004 3,008 1.00/1.00 vMB 18
747,918 747,918 000000000000000000037733ca9c01f55fee6be6429534341076181759cddefb 2,571 0.97/1.00 vMB 10
747,917 747,917 00000000000000000001a7f90c85a813e344945a0d145902887cd1f0cd9fa3e5 3,033 1.00/1.00 vMB 14
747,916 747,916 00000000000000000004fe3b4dd5fdb185c74f02a3e5cbc07f7f0db955cba7b9 2,883 0.95/1.00 vMB 12
747,915 747,915 00000000000000000008bbd1e67fc562c33e0e15def99302d7b16ab008d3e1ef 1,484 0.78/1.00 vMB 5
747,914 747,914 000000000000000000079e978b5185e8a4b3ae4abd3a63fca6e583d0f9de4a3c 2,284 1.00/1.00 vMB 14
747,913 747,913 0000000000000000000542a914feb72c767bd03eb4607aaa3cfae9b6a2a01dc2 1,175 1.00/1.00 vMB 16
747,912 747,912 000000000000000000089f16c42f42d3bc35cf1ea07197ab213df6f167b9ba8c 975 0.37/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.95 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.