Loading Tool

Explorer IconExplorer

Memory Pool

34,263 transactions
25.37 vMB
0.06915539 BTC
Random Selection Loading Transactions
Max Size: 129.26/200 MB

Candidate Block

Mining Attempt f6cac2338c1d5219c5457bf8d0a722323b04a080460c1ad90b1a722fbbc17a9e
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 47a44aecc0868d7cd9514a5162bc4e8704819f012b4e9090bc3a13fff400d36f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,251
Size: 1.00 vMB
Total Fees: 0.02343021 BTC
Feerates: 101.67 > 2.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (177,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,067 737,067 00000000000000000008f931d20cfc7235c9e1111863d387681a52ac056b3e83 3,287 1.00/1.00 vMB 23
737,066 737,066 00000000000000000001dcb2ee951fd57de7dbf5130c6d62d9a00ea0e72735eb 3,036 1.00/1.00 vMB 15
737,065 737,065 000000000000000000041ea28049f72e094f3c11f3ef87b3252d57d2b1e50ad7 3,905 1.00/1.00 vMB 18
737,064 737,064 00000000000000000004097027a728b3a289e8c6df7dd6407a04e341cc4e3355 3,321 1.00/1.00 vMB 36
737,063 737,063 00000000000000000006a5ddadfaf5db988fdad09c1b61371ce7d1fd79049075 2,235 1.00/1.00 vMB 17
737,062 737,062 0000000000000000000118a374c781b8f323a492eca60e17a30dbba3eb50e8f1 750 1.00/1.00 vMB 13
737,061 737,061 000000000000000000022a44bc2e4ae6cd7b7d8fb8d1cda816e8d69ec5844fd8 3,012 1.00/1.00 vMB 22
737,060 737,060 000000000000000000078dfb5d7a55efbd5a5b0320f11c0e133e9c769430d6c7 1,563 1.00/1.00 vMB 21
737,059 737,059 00000000000000000003fa4578b5edcecb19893ff6b317f34909a71870c6f3df 1,545 1.00/1.00 vMB 15
737,058 737,058 00000000000000000005b47005aa255559da9401121a022e76acb3a7e13a3d88 2,721 1.00/1.00 vMB 17
737,057 737,057 00000000000000000008c076900c35c25463a3618ad286864326e53813d84f70 3,077 1.00/1.00 vMB 18
737,056 737,056 00000000000000000001ee051f5ccd49023ff36bf617e0c8ca39a8421ee8f030 3,291 1.00/1.00 vMB 25
737,055 737,055 000000000000000000048091f57dc4e067e214c2b35a2687f8b6ef5d8008e224 3,063 1.00/1.00 vMB 20
737,054 737,054 0000000000000000000541dffecd9e05c3a6da05fd756539842f4201d69df843 2,774 1.00/1.00 vMB 13
737,053 737,053 00000000000000000003fcbb3273e104cc0ac18829270d6f4bb5a275af5b3ccc 2,647 1.00/1.00 vMB 20
737,052 737,052 00000000000000000001d75e50fccc7db48b56256636228e73cbbc990b2ac51b 2,644 1.00/1.00 vMB 17
737,051 737,051 000000000000000000041121750fa022bf03f7f16feadf2a849e7cbae7c3bafe 3,163 1.00/1.00 vMB 25
737,050 737,050 000000000000000000016017b3b0e2b0f5f56fe76f0f8b7ea4bcb39cf138b911 2,264 1.00/1.00 vMB 18
737,049 737,049 00000000000000000005d31b3d9f7991509551c7d70bd1e5cc0f5fd1cef2b312 3,170 1.00/1.00 vMB 26
737,048 737,048 0000000000000000000414edf85f489ed5853c79cc895cd9966526f317bc375e 2,974 1.00/1.00 vMB 23
737,047 737,047 00000000000000000007bb730740b036268cefbe30715e84db1b11c61f5b571f 1,701 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.