Loading Tool

Explorer IconExplorer

Memory Pool

78,498 transactions
29.25 vMB
0.10478978 BTC
Random Selection Loading Transactions
Max Size: 175.91/200 MB

Candidate Block

Mining Attempt 41c2d81d6b3886f72148e9875e8b758ec87c01472bedfe5976a6426cf05b8eb6
Version 20000000
Previous Block 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e
Merkle Root a4cf6a7cf4eb277d99690f2a3b937c61cc3b80d4fdfa1d7c2808d006bf33be6a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,364
Size: 1.00 vMB
Total Fees: 0.02886604 BTC
Feerates: 144.91 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,267 (241,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,854 673,854 00000000000000000003ed8107708441c0fd2a3325479ea58985a25405dc4a6b 2,977 1.00/1.00 vMB 123
673,853 673,853 00000000000000000006e6a4ea087d2c4308c72d0adc1747621f360ef0ee0698 2,475 1.00/1.00 vMB 92
673,852 673,852 00000000000000000002ad6f9c74faf503bb055c54e0d0746ef34f888f95890f 2,755 1.00/1.00 vMB 114
673,851 673,851 00000000000000000008953625613e60b56194ea31f07aad43c7505fbddce77f 3,065 1.00/1.00 vMB 49
673,850 673,850 00000000000000000000e8d9eedf71b3e8ea3bbab5ec2ee9e739d474564a01a1 2,884 1.00/1.00 vMB 103
673,849 673,849 0000000000000000000014e600bf5c544e6cc08b7f8514e5e3e4abd41891c8ba 3,140 1.00/1.00 vMB 65
673,848 673,848 00000000000000000007da252e6c3ddd2ed13057df284b2920f7a00c960d81ee 2,969 1.00/1.00 vMB 90
673,847 673,847 0000000000000000000b3f11e2303a9818a9a75d424a7142ae05b180ac38cc27 2,792 1.00/1.00 vMB 70
673,846 673,846 00000000000000000000fd794f39a4d5c752cbf1317e55f8818caa89c09cfe30 2,935 1.00/1.00 vMB 69
673,845 673,845 0000000000000000000920bf4ceadae4b0ee3d9ccda2c649e3ac135ee62a20bb 1,701 1.00/1.00 vMB 78
673,844 673,844 000000000000000000080ac373453aee16c3ea82bd611666494cebfc1af8d15c 2,057 1.00/1.00 vMB 100
673,843 673,843 00000000000000000008903784302eb6c1e24c85c0bb3c39f0c82497753185a9 2,172 1.00/1.00 vMB 109
673,842 673,842 0000000000000000000266483b5a85cac76ad8c8957129b0d51b68c75d99d9ac 2,230 1.00/1.00 vMB 82
673,841 673,841 0000000000000000000beaec6bde972a106982739650ab8bd056cf454bb9b1a7 2,365 1.00/1.00 vMB 92
673,840 673,840 000000000000000000098d60dc3b5411cf76a7e33a7eeed63f7aa4c2faf7a9fb 2,146 1.00/1.00 vMB 103
673,839 673,839 00000000000000000005a4928a729b77d4fadc72253d006d77a46aea41c13504 1,746 1.00/1.00 vMB 102
673,838 673,838 00000000000000000003efd386a60541068e24e83493611c1dbabb519d7d4f33 2,925 1.00/1.00 vMB 111
673,837 673,837 00000000000000000007a6affea933395e1c805872b2cd562ff866c6a88388dd 2,928 1.00/1.00 vMB 113
673,836 673,836 00000000000000000007c69a06b2c6b1290f938b6ed89c533c9f3b3f968c09f5 1,429 1.00/1.00 vMB 103
673,835 673,835 00000000000000000008747790060add8d9c319967c2a4522656327bab229ace 1,825 1.00/1.00 vMB 114
673,834 673,834 0000000000000000000d1151d05dd4dabf001c636eab8e2ca5bdf10b86a91b49 1,263 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.85 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: 712.81 GB
    • Received: 17.22 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.