Loading Tool

Explorer IconExplorer

Memory Pool

41,007 transactions
31.99 vMB
0.12209709 BTC
Random Selection Loading Transactions
Max Size: 159.36/200 MB

Candidate Block

Mining Attempt 3f69ea238f08210bb036fc7d2adec2fec661a6b314ceaedd34fcb6a21ef6493e
Version 20000000
Previous Block 000000000000000000013cd46d945cd3237f55f5764ba0b347e0055cb459bae9
Merkle Root 1abca1a03a5f4db3c6a4bdfda4140bfc7adadfbd70eedaf5917a025a6165f72f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.05553468 BTC
Feerates: 301.69 > 5.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,374 (311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,063 914,063 000000000000000000006a02b0ffff3a8d99676c8342137c4c400feca040f2a1 3,921 1.00/1.00 vMB 4
914,062 914,062 0000000000000000000076f3e8a0c9726c2b58bcccaec69b14ce877eef943628 3,499 1.00/1.00 vMB 2
914,061 914,061 000000000000000000006d024a28b34728896b2abc8df34e7e010b387978fe7f 5,840 1.00/1.00 vMB 0
914,060 914,060 0000000000000000000057a50e6b0921f744de251ee73d9eeeb42c1a8c43aa56 3,997 1.00/1.00 vMB 8
914,059 914,059 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c 1,344 0.40/1.00 vMB 1
914,058 914,058 00000000000000000001e70d7bd534e49d549bb5efc977d509e1d27a609883a8 3,573 1.00/1.00 vMB 8
914,057 914,057 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693 6,767 1.00/1.00 vMB 0
914,056 914,056 000000000000000000010dac05de2b34ea33515c2a07d1484dbbd0571d8d356a 3,604 1.00/1.00 vMB 4
914,055 914,055 0000000000000000000063736c6cae7dacbf15d4eb124e826ef2821de31bf22e 280 0.07/1.00 vMB 2
914,054 914,054 000000000000000000014606cd2f1ed7ab9455eef915bf4c024553d51f891e62 941 0.24/1.00 vMB 7
914,053 914,053 000000000000000000020f643361bd5809334e296daaf5df21bb656cd0b198e4 5,538 1.00/1.00 vMB 1
914,052 914,052 00000000000000000001cf19be7c276882b4ef61bb92037ea79ce0d3a4bb748b 1,755 0.45/1.00 vMB 3
914,051 914,051 0000000000000000000198630ae47214388b6dd17e1b244c2c8fda9186a6f2ab 724 0.19/1.00 vMB 3
914,050 914,050 00000000000000000001fca5d03d150a8b3bc513db65e609eacbba7b8e6522a4 818 0.25/1.00 vMB 2
914,049 914,049 00000000000000000001e6f072f13d5e6011d984baf477c2781c7eb3c6d187dd 3,980 1.00/1.00 vMB 0
914,048 914,048 0000000000000000000192b2a8b3e1ce8bee407614d3a6bff10a77db14386e40 2,731 1.00/1.00 vMB 3
914,047 914,047 0000000000000000000052a6314989568f8a11ad79a4e2b2421ff2f106b2bb4e 3,330 1.00/1.00 vMB 2
914,046 914,046 0000000000000000000052eca5dd5abe6cab34eb0a8c5d2ad415525ff122e770 2,963 1.00/1.00 vMB 3
914,045 914,045 0000000000000000000012341ce71a454e19809163e78b6988c9a26e7c426fda 6,333 1.00/1.00 vMB 0
914,044 914,044 00000000000000000001952dc0b6fc69433d4f91c7e7b06608cbde761d3288b1 524 0.14/1.00 vMB 13
914,043 914,043 000000000000000000007c6d4bb5693218d750ff6bcd6da0ad1596326d284390 5,610 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 596.44 GB
    • Received: 9.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.