Loading Tool

Explorer IconExplorer

Memory Pool

38,838 transactions
27.41 vMB
0.06017191 BTC
Random Selection Loading Transactions
Max Size: 140.06/200 MB

Candidate Block

Mining Attempt ed44791ff387cd5645734b0f8e2e5d466b690b1a6f3bc9105215db4763073e96
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 5772a582f6381bbaf80b8102c241650d9f019ab4cf2a15a90a3324fc2ee9a2ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,990
Size: 1.00 vMB
Total Fees: 0.00808062 BTC
Feerates: 101.49 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (423,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,810 490,810 000000000000000000643a7e7ff8bf66f6e2243aee0d8a319becfcb0aea76044 1,245 1.00/1.00 vMB 77
490,809 490,809 000000000000000000bdde4e5a160ceb0de30be2a0734d4a7b527bd957923333 577 1.00/1.00 vMB 33
490,808 490,808 000000000000000000326940ca2d157f7b96731ca0b833472946be31940c910c 1,591 1.00/1.00 vMB 36
490,807 490,807 0000000000000000007c01f489fa49f58716c2aba411538d78145cc83c94bf41 1,512 1.00/1.00 vMB 140
490,806 490,806 000000000000000000c7422088d654ad8f5c5f29ad120da70f75a5f2c452ed87 2,093 1.00/1.00 vMB 155
490,805 490,805 0000000000000000008ec9803a792df6fa7dcb1222dea3dbf053e2eba9c90b84 1,640 0.93/1.00 vMB 100
490,804 490,804 0000000000000000001e642565e7e08551df1739582094d3547e190286786fea 734 0.93/1.00 vMB 19
490,803 490,803 000000000000000000e4d9746733ba4a9a2ef72bd7d290826801bae67612df4e 903 1.00/1.00 vMB 26
490,802 490,802 000000000000000000974a318ffeb0d740690f2661372ebdaab280f53357114e 1,567 1.00/1.00 vMB 91
490,801 490,801 0000000000000000000a6c585739bbbfb6f82f675e35f617d6caa79fce38dd13 2,233 1.00/1.00 vMB 134
490,800 490,800 0000000000000000000f47cdd9dabb24740dfce2cd6fde656dddaa7f2bf2823b 2,169 1.00/1.00 vMB 133
490,799 490,799 000000000000000000dffa40ce3f2fe67e55204fedd3ae89aac89f1cddcbdf75 2,221 1.00/1.00 vMB 27
490,798 490,798 00000000000000000023a3e3f2c888b7567dd1d95090cf01a33b1fd833cc8286 1,850 1.00/1.00 vMB 114
490,797 490,797 000000000000000000dcfbf15fd3274039ed63503bef53977c8a72674c753125 2,191 1.00/1.00 vMB 39
490,796 490,796 00000000000000000050c04acfb39cd21d85bac11fa6c8a81a4d8995811d2fdf 2,567 1.00/1.00 vMB 166
490,795 490,795 0000000000000000007766cc7e8aecea5e856db8b1873cf5d3ee6b26819a9644 2,516 0.75/1.00 vMB 43
490,794 490,794 0000000000000000003fe32c4c34032ff617e49d6943dcb7417cc10b1a43a4f5 1,085 0.47/1.00 vMB 139
490,793 490,793 0000000000000000002a32a335622ea77782a4eef1fe093004ed178d375e2695 2,039 1.00/1.00 vMB 100
490,792 490,792 000000000000000000c80c96054f122427de5187ff46e4b00fbe2b67aa5ee60d 1,979 1.00/1.00 vMB 76
490,791 490,791 00000000000000000009895460a2f3b2dd2b438f030b94c4e2f06cea248a64c5 2,320 1.00/1.00 vMB 32
490,790 490,790 000000000000000000892a71442e86e3f35e1f9dac5ead306da77565c1b7da66 2,089 0.90/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.76 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: 632.49 GB
    • Received: 12.12 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.