Loading Tool

Explorer IconExplorer

Memory Pool

78,489 transactions
29.37 vMB
0.08067532 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt fd2d1247fd4d8b6787ce0af2de6168c87ac71bc3f7f1974e9d9458a098699ff3
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 8f1512927af2519d58eea66401afdea486ebec4f87bf6edc5011f632eec9f11f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.01627448 BTC
Feerates: 73.20 > 1.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (486,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,014 429,014 000000000000000003bec4379adf9ec984efd871e75f8f9ebbe97ee4e8bc1434 1,562 1.00/1.00 vMB 73
429,013 429,013 0000000000000000034b9e1de1a6248b5c1adc60a025163200e7f611a92c35f1 2,537 1.00/1.00 vMB 71
429,012 429,012 000000000000000004b591f5bb6328cd474882e59cf4e983e7b2debdd8d8b765 1,228 0.51/1.00 vMB 59
429,011 429,011 000000000000000001ced97be40fe6dd5ab976e6e0bcb7bc9dbbfee9765b5b57 166 1.00/1.00 vMB 5
429,010 429,010 00000000000000000054e930e51c7708363d99ed1ea100ca67ce545bceedd23d 1,672 0.75/1.00 vMB 62
429,009 429,009 000000000000000004a64b1e2527074d7684fdf0caf985b034badaec0e01e101 41 0.01/1.00 vMB 61
429,008 429,008 000000000000000002a402fd1cfbafdcc6740b4ec6aac9cb5693b9a8e64349f0 705 0.37/1.00 vMB 57
429,007 429,007 0000000000000000048d6fbba94fd17999793585a43af02e8c3d6faef241caff 1,559 1.00/1.00 vMB 37
429,006 429,006 0000000000000000040f650d5f21712e6ef55d28c79339eb35c038a4b81d5575 2,691 1.00/1.00 vMB 70
429,005 429,005 000000000000000000e31b5faf2583b8d2664e6a18b563aa01ea56844abf8cca 2,191 1.00/1.00 vMB 54
429,004 429,004 0000000000000000041a34bfdef30f77318c5038eeb8c40ec47357f41acbd442 2,763 1.00/1.00 vMB 93
429,003 429,003 0000000000000000028e7ef94e463a9b34cfb3b59799ba7ad9eae3a873fb9d81 117 0.45/1.00 vMB 23
429,002 429,002 00000000000000000227e1f7fca08f1dc82b1bea33afd2c048aefad45a11140a 1,191 0.99/1.00 vMB 36
429,001 429,001 0000000000000000049904c0026d4e4dc770681edfb80ee95acb81fd212d1c5f 2,484 1.00/1.00 vMB 68
429,000 429,000 000000000000000002a455bcab421d44d1c85bdac8a6e196aa0c0968aa5ab5d1 663 1.00/1.00 vMB 23
428,999 428,999 0000000000000000015aefd7f587e025949b5ad7805911d91d8caf88be38dd23 1 0.00/1.00 vMB 0
428,998 428,998 000000000000000002cfe61c4b3b4ad9b7b797f9d4c268b44faec316ae2392fc 1,648 1.00/1.00 vMB 42
428,997 428,997 000000000000000000681ea9141f202a5d7c1de15029506e740fc6b9ff86ffd6 2,620 1.00/1.00 vMB 75
428,996 428,996 0000000000000000018bb468d346a7d129534168ff1eb6d37858ff8c121a5406 42 0.01/1.00 vMB 74
428,995 428,995 000000000000000002eb0e4e2cad088896edda47eee4a2e2167a84725d79dde3 1,830 0.99/1.00 vMB 44
428,994 428,994 000000000000000000b4d61638f69b44474ce4755bc7b4678db87786526c8cf2 2,261 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.