Loading Tool

Explorer IconExplorer

Memory Pool

84,604 transactions
32.20 vMB
0.10536013 BTC
Random Selection Loading Transactions
Max Size: 195.22/200 MB

Candidate Block

Mining Attempt ec9b493c83b9bcd850dc6e15a7afdabbfac5a645c4c2f146a7da7e9d8343c7d4
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 87fb2784233aa04213636edf89b1567b652f3e422bedfc0b6f45e30ba4c10686
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,619
Size: 1.00 vMB
Total Fees: 0.03290489 BTC
Feerates: 181.54 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (107,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,889 807,889 000000000000000000027251b122082d2c2bc5898814e0f5c788fd412c4a4cf8 4,491 1.00/1.00 vMB 16
807,888 807,888 0000000000000000000280304448112a334e2af1e7207dbd8d9ec4827a6c9f05 5,944 1.00/1.00 vMB 15
807,887 807,887 000000000000000000031cbab1169c48e4f9a35a2fef75a57057545e551b6aa6 3,631 1.00/1.00 vMB 14
807,886 807,886 00000000000000000001c6b29d19a9a1ea505e8a236aa604bc1e52b5319462ce 2,951 1.00/1.00 vMB 16
807,885 807,885 000000000000000000029c98d092ceb489b6858617a311e607250f0877c5c01e 1,625 1.00/1.00 vMB 20
807,884 807,884 0000000000000000000189903980ca6436a57b942e638a3b821d02858f23b457 2,104 1.00/1.00 vMB 22
807,883 807,883 000000000000000000033018f49ce6e4ee172629fa03f2363a146642503dd934 2,725 1.00/1.00 vMB 23
807,882 807,882 0000000000000000000263c4a59f570efb66978c03f06648af0914096d8fc6aa 2,874 1.00/1.00 vMB 24
807,881 807,881 000000000000000000032e896b2dd93d6c07536f6e6a18fa481ffc267e01d5f0 5,542 1.00/1.00 vMB 13
807,880 807,880 000000000000000000014ee546c3bb193da30b320490fd89ee51c8f78fabe4af 3,543 1.00/1.00 vMB 20
807,879 807,879 00000000000000000003db2d31a0e46ebe804e6760cdbbc5741d93065b8b5165 4,422 1.00/1.00 vMB 17
807,878 807,878 00000000000000000003013990b05201fa6091649a36503f0dc4e83f0b1e9b67 7,311 1.00/1.00 vMB 12
807,877 807,877 000000000000000000046aa6367c9ac9b90ce52f9823b915614a35f3442c06a1 4,567 1.00/1.00 vMB 12
807,876 807,876 000000000000000000002a6776070c7f1c985dfe011a02e19fac84a27be78203 2,793 1.00/1.00 vMB 13
807,875 807,875 00000000000000000003160f32ad26aa8169b5255244af79f9405a873b208547 4,277 1.00/1.00 vMB 15
807,874 807,874 000000000000000000037e3a2d9d5c77826dffa0bbe2fa937e462aa759a16dce 6,756 1.00/1.00 vMB 13
807,873 807,873 000000000000000000030448c45dedbe40e703d9705256b12040ea8cd2455cbe 4,887 1.00/1.00 vMB 17
807,872 807,872 0000000000000000000086d3937011b5fe1846aac3000a40f221fabecf1d83c4 5,626 1.00/1.00 vMB 14
807,871 807,871 00000000000000000004d11ea2dd5ff1a5c1b61deb6d95d8c7f0a12b7242ad4d 3,477 1.00/1.00 vMB 15
807,870 807,870 00000000000000000000de98e5f7ffdc2b62c2adcc614ed3eeabcd432cdf59ae 2,417 1.00/1.00 vMB 20
807,869 807,869 000000000000000000051ab6381970b2df820f0fb07846bbc5a4d9b15357e357 2,183 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.75 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: 708.76 GB
    • Received: 16.77 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.