Loading Tool

Explorer IconExplorer

Memory Pool

32,845 transactions
25.65 vMB
0.07440668 BTC
Random Selection Loading Transactions
Max Size: 128.30/200 MB

Candidate Block

Mining Attempt 1e6b773085e42d03749fc3283db4a209a82e49ba4e313880903c9f33acd5c236
Version 20000000
Previous Block 00000000000000000000642395af6c167a3a00b6dac8fbc226ea1889e0a9bf07
Merkle Root 44cc04bb4e473ca8d8b828d7905ba4d0c5a2120ea61421840ea32cfbf2d47f64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,502
Size: 1.00 vMB
Total Fees: 0.02728195 BTC
Feerates: 526.32 > 2.73 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,208 (908,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,855 5,855 00000000ceb4102b03d4965ec0820c9867380fdc4df1caa00839fec7b103e774 1 0.00/1.00 vMB 0
5,854 5,854 0000000013605b5a77f426511614e08bc3971820908a5dc1daee3351019ff1ca 1 0.00/1.00 vMB 0
5,853 5,853 000000002ffe1e277ca93864c175904d05aa20b03de7fee121c617eb6a465840 1 0.00/1.00 vMB 0
5,852 5,852 0000000054ed490bb4247a20489dd985811b9155e35a1aaf21c06209e76331c2 1 0.00/1.00 vMB 0
5,851 5,851 0000000021393cb4a7395ebe6827733c6241971244dcbca4f263edc469202ded 1 0.00/1.00 vMB 0
5,850 5,850 00000000cfaf10860f83364520541f536e50fa35cc0907592caf8e322e0fa7b3 1 0.00/1.00 vMB 0
5,849 5,849 000000004e0681c56296ec7b351243e40d17e7bcd90f4a1664266a95c5a1442a 1 0.00/1.00 vMB 0
5,848 5,848 00000000526004111d4119e7986346e8fb5fc24619452dd5edf281ae63273287 1 0.00/1.00 vMB 0
5,847 5,847 00000000224fcce8879d3247c3200c3274e0706641a36b950382a7c1c05a83e9 1 0.00/1.00 vMB 0
5,846 5,846 00000000480c187b74ec3800eee1d79e16a2fb28aef585b3da4da330e4661077 1 0.00/1.00 vMB 0
5,845 5,845 0000000072f360fa7244f7703039f42363a52f0e698ae3247f577f37c4d2e508 1 0.00/1.00 vMB 0
5,844 5,844 000000006a8259db8a37a442fd42fc8a15b901ddec52ed8dd3a604510220524b 1 0.00/1.00 vMB 0
5,843 5,843 000000007f7066100aecbe79f3e0ff7c705a3c910656730e03f101d1b3645ec1 1 0.00/1.00 vMB 0
5,842 5,842 000000008e3316a0a8fdb9e806706f0893d0f739d4c6eb9b5ed4e5a7b63e1337 1 0.00/1.00 vMB 0
5,841 5,841 00000000c3c2749b1a7d80aea4ae36313f64d2e3864906c3bed8c375d4107688 1 0.00/1.00 vMB 0
5,840 5,840 000000007f87a3fc3a4c47760cd2e6df646be144198714dc1ba6240eb90ef35e 1 0.00/1.00 vMB 0
5,839 5,839 000000009219bca826bc9591dee62fa035752dadba2f17cfc6875588ca2d3fc8 1 0.00/1.00 vMB 0
5,838 5,838 00000000d188d05f2306af5933485804e8849e5d56d7818f769b7f028e938daf 1 0.00/1.00 vMB 0
5,837 5,837 0000000068112a6124280d18d9dca70716b77186b8ad5f0f49b1191ad7af6566 1 0.00/1.00 vMB 0
5,836 5,836 00000000ac8864a297d8c07e6e3a9126cb1360bcf47a4620e1c6d1b1e7724f13 1 0.00/1.00 vMB 0
5,835 5,835 0000000016f8d64bc2e4a9d74fbd145f2578c8a872ffaa623b9291468263d2ab 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 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: 573.89 GB
    • Received: 8.09 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.