Loading Tool

Explorer IconExplorer

Memory Pool

49,272 transactions
29.83 vMB
0.09690105 BTC
Random Selection Loading Transactions
Max Size: 158.98/200 MB

Candidate Block

Mining Attempt aa8e52dccb08544c44d5e9f2976dc9b29263f7ff5ad7532322bf1b1a1d18d87d
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e3068849bfd11a9350fb5b2b5d5e8b19cb25ef7bf67dbeb6c37584eeed8f2ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03305010 BTC
Feerates: 150.68 > 3.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (603,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
311,782 311,782 00000000000000003b6185ad17a88948ed7f44ead85d194f66c26753ae07498f 456 0.28/1.00 vMB 25
311,781 311,781 00000000000000001bd7f5a0b6018c1cabb10e4d099e3531000a2e3dd81e13cc 330 0.30/1.00 vMB 21
311,780 311,780 0000000000000000108b0e8f8c8cd78c0c477c586cb26a65f932557597e9eccc 43 0.01/1.00 vMB 21
311,779 311,779 00000000000000000f2e9e1b42bf80e2fc55daf874f2dc5332ded4c949f375b6 466 0.28/1.00 vMB 31
311,778 311,778 00000000000000001d10ba99f344b3afe385b4c0652792e90e17d644d83d5644 28 0.01/1.00 vMB 32
311,777 311,777 0000000000000000216b4d9fbae599874881a9164fd254fd6427e49d386b2768 229 0.12/1.00 vMB 38
311,776 311,776 00000000000000001ea14a6e3ba657bd54459f22b94b6e30bad83d5fd967e418 123 0.07/1.00 vMB 28
311,775 311,775 000000000000000013e1a11299dd3f00cb10e374ef64298bf8e3ffbd8cb20cfe 135 0.10/1.00 vMB 20
311,774 311,774 00000000000000000af2c8dd73095d39399c0368eb7768dd5a2f54b1b7c04153 223 0.33/1.00 vMB 16
311,773 311,773 00000000000000003632d8eae664c1654c69f69267147b6d4edcaa3c6374b20c 256 0.11/1.00 vMB 36
311,772 311,772 00000000000000000a083302f6c28cb55e881743dfecba6b9c917e2a6b2e1f14 272 0.14/1.00 vMB 51
311,771 311,771 000000000000000018f03765c7c879ee2e1b1b4973fda5c7816f8eafc96a0ee0 286 0.19/1.00 vMB 25
311,770 311,770 00000000000000002840c4f9ed94336dba72ffc976acb939918a34e120fbac3f 269 0.20/1.00 vMB 24
311,769 311,769 0000000000000000313e9480b269bad6a03bf494e23fc092ca6609ebd1cd6742 250 0.15/1.00 vMB 28
311,768 311,768 000000000000000021407748c01e91aed0c27a3338780b06e5bbf1ab99deb922 31 0.03/1.00 vMB 20
311,767 311,767 000000000000000000dd37b87c894209ab8b304de046dc5b0a4aa35a9a56b55f 79 0.04/1.00 vMB 30
311,766 311,766 000000000000000000df4b37a82a173da0f0cb3e23a43e077220a90b9deffea0 33 0.02/1.00 vMB 9
311,765 311,765 00000000000000002f7283d1f18cc66f58f02be816f53a9ec063eea55068e566 427 0.24/1.00 vMB 39
311,764 311,764 00000000000000001b0323f36246d51d5d76302914f2be52d4261af52fabea58 452 0.31/1.00 vMB 28
311,763 311,763 00000000000000003551d77b7a27ac2cc8b91e9e0ccaea144d662cc3b7510c8e 47 0.02/1.00 vMB 21
311,762 311,762 00000000000000002a40afc7c852d5eab697136cbe0defd1fb7c009b87f8647f 173 0.11/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.