Loading Tool

Explorer IconExplorer

Memory Pool

48,072 transactions
28.04 vMB
0.06808754 BTC
Random Selection Loading Transactions
Max Size: 148.95/200 MB

Candidate Block

Mining Attempt b6e5f07bbb05c16c293cdb670993475fc35eca58d07cbcb172eb6720145f6151
Version 20000000
Previous Block 00000000000000000001a910bb93b48e2d87af92722f1a8406500b6fdd169ecb
Merkle Root e1b9d99c3cde9b04e2579cf05ffcd31f7a84642e3c9abe807e7a604cfeb311ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.01318936 BTC
Feerates: 46.87 > 1.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,718 (837,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,039 77,039 00000000005214131e9dabadc2d7d5ab99f116826dd6f9ce74a1f54440b18ee0 1 0.00/1.00 vMB 0
77,038 77,038 000000000019ca99e644dc9a6d2ce4b43eb523cb0f42e682c3235868ae45d4be 2 0.00/1.00 vMB 0
77,037 77,037 00000000005258e1c3064b76485d992d6540d073e98395b2f551b2196ac5390b 2 0.00/1.00 vMB 3,875
77,036 77,036 00000000001bad0185a25e37911bba1f08c1f93d3d65ea2a6b38d083241be1f0 4 0.00/1.00 vMB 1,128
77,035 77,035 00000000005103b95082705743b1cff213f18bfc05bff02cae5d75cc5339abb8 2 0.00/1.00 vMB 0
77,034 77,034 00000000002f7e72f82596054efd63bcd147be07d874db916e1b87fc65c957c2 2 0.00/1.00 vMB 3,861
77,033 77,033 000000000012f8c02a7e30d1e907a791c295084eab7768c5eb3459e91aa004db 3 0.00/1.00 vMB 1,140
77,032 77,032 00000000003d1acadb4965335d4af9c3389d5cba1f80867236fa9ac6b87a4bb4 1 0.00/1.00 vMB 0
77,031 77,031 00000000004d99734920e97b47d113acf15345a6a2b32360ee44182b415c702d 4 0.00/1.00 vMB 1,351
77,030 77,030 0000000000579f4479a71e05b697de67643e5edaebf9f7978a6c82fcf5e7466c 5 0.00/1.00 vMB 0
77,029 77,029 00000000000ecb02de3970d111e9222b49b6d103666b58e6f027d72b6f3d0e7a 1 0.00/1.00 vMB 0
77,028 77,028 00000000004ac287ad18c164b5a7d00bc75860448557fa4fa4ef4e901f8a1b06 3 0.00/1.00 vMB 0
77,027 77,027 00000000002336e0c5698b3439bcd84ebbce392177816dd5288be403f503bd4b 1 0.00/1.00 vMB 0
77,026 77,026 0000000000487fcd332416b47950a02f0f35218465aec75efe5809394d37830f 2 0.00/1.00 vMB 3,891
77,025 77,025 00000000001ac79053deeccd0814abd11e6ae503ceafa19a4de153dc236a1e20 2 0.00/1.00 vMB 0
77,024 77,024 0000000000322cc793a1b30d7fd349b75a19d5f913da3c9910db338263ca51f7 1 0.00/1.00 vMB 0
77,023 77,023 00000000005f4031e4ec3bc084ad68a5359dbed45dd22dc850d0e5a3cec04b3b 1 0.00/1.00 vMB 0
77,022 77,022 00000000005c6c95a90ff1f605a6f207a50c653f7a9f8001862f7213ef976fb7 1 0.00/1.00 vMB 0
77,021 77,021 000000000039c4caf298b8a15dcfb3139a25af3a43a587677926fb90ba9b5b4b 1 0.00/1.00 vMB 0
77,020 77,020 00000000004a108dbbdfade0932f6e85fa02c0eefc206c08f8d640f1da22a758 1 0.00/1.00 vMB 0
77,019 77,019 0000000000029fdf34095b034c43a7fa28c9570144c67ddaad425894ae83c492 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.90 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: 645.25 GB
    • Received: 12.72 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.