Loading Tool

Explorer IconExplorer

Memory Pool

80,972 transactions
31.08 vMB
0.09013957 BTC
Random Selection Loading Transactions
Max Size: 187.42/200 MB

Candidate Block

Mining Attempt a4444ee0959abdb122f97eca8e1b8339bdcf110cbe06c031d0b1ec2335ebaa47
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 817ce338d66f51213a8b44d73fda385ce603c7df06d6a86ae51cc2b6c7289b4f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,357
Size: 1.00 vMB
Total Fees: 0.01786845 BTC
Feerates: 45.88 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (492,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,941 422,941 000000000000000000fb25e8d8cae09c5464d188c02d5e0e0a68bda7c3d4207f 2,136 1.00/1.00 vMB 49
422,940 422,940 0000000000000000051fe06d1c6eca9ec04314d91f3738a9071e4f5c1afeb424 1,632 0.93/1.00 vMB 90
422,939 422,939 000000000000000004041db4869ddfd44ee71d31583ea76f0d209eabf1e0e782 1,094 0.99/1.00 vMB 98
422,938 422,938 00000000000000000211c6a8794994ee82b374247865bec7fcabb8eac577125a 1,829 1.00/1.00 vMB 79
422,937 422,937 00000000000000000060d09c9e3b038e9eb4d1653af704af107f26d1962b3200 1,668 1.00/1.00 vMB 68
422,936 422,936 00000000000000000135018a4d3742c0b019f56642b853a8eef1b2ec65cd7760 1,201 1.00/1.00 vMB 46
422,935 422,935 000000000000000000255f5159807b407ea5f7aa9aa6bd83961b15cbb5560724 437 1.00/1.00 vMB 16
422,934 422,934 0000000000000000048907956b672d2470547389e209c17f5311c7cf507a78c6 1,806 1.00/1.00 vMB 52
422,933 422,933 0000000000000000034346d192c94f64892ad10790b47724803d3a1f471908b7 1,580 1.00/1.00 vMB 96
422,932 422,932 00000000000000000492e906b0918a1ec6a1dbe5c6e58f225f0023592fc87d32 776 1.00/1.00 vMB 31
422,931 422,931 000000000000000000418de85b7247f531873ef780ae03b0738ce20e0c7acdb8 601 1.00/1.00 vMB 12
422,930 422,930 00000000000000000062a78009dab3b42b1ab3d28a13b8211bead0457a5515dd 1,009 1.00/1.00 vMB 17
422,929 422,929 00000000000000000129e2366e7a02629e7dff3fefbdb7b0f6f30560e5c82706 1,460 1.00/1.00 vMB 42
422,928 422,928 000000000000000004141fd22345bb90b535bf9a0c0adc37eb7f13999fe91b8c 1,194 1.00/1.00 vMB 44
422,927 422,927 0000000000000000028032488c152abda8effad2dff9a9bd39487f007cbe6d41 1,593 1.00/1.00 vMB 67
422,926 422,926 0000000000000000050b850b6474afd817a686fb028b2b40ebfe5bd784feb796 1,148 1.00/1.00 vMB 23
422,925 422,925 000000000000000003fbbfde7656e54e6a1817b5bdce45504ce93b93e6605bf6 1,596 1.00/1.00 vMB 31
422,924 422,924 000000000000000003580731cc1a249c972a81a48a4dc087b8284fe1ab5d5486 1,293 1.00/1.00 vMB 89
422,923 422,923 000000000000000004d5af1014d188d191f81cb68753e2a4c17b5b0b7b7ec03f 1,493 1.00/1.00 vMB 30
422,922 422,922 0000000000000000007d42b13e2d77e5fdeadac3205a2d5c96dd62c59490861b 576 0.52/1.00 vMB 33
422,921 422,921 00000000000000000060729d87fdfca28f79a18f9b22669e24329ccaffc9721c 2,278 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.