Loading Tool

Explorer IconExplorer

Memory Pool

81,149 transactions
31.04 vMB
0.10371849 BTC
Random Selection Loading Transactions
Max Size: 187.66/200 MB

Candidate Block

Mining Attempt bc27bdfe5ade73dc5fb83b51dcbec6261107d34cfd44fdae13ac7e97ef1bdac4
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root ac9f143b3a2d5206ba714c41722c1cc2b377005539fd09e1d8b09b95db1d544a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,995
Size: 1.00 vMB
Total Fees: 0.02636244 BTC
Feerates: 150.75 > 2.64 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (492,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
422,920 422,920 00000000000000000101826d8bcf31776e4796d36b6f2ac155b6f79d6dafb3a5 1,621 1.00/1.00 vMB 91
422,919 422,919 000000000000000000b16d60b4717882628be92b48cebb298db7f5c4cec9dcc2 1,735 1.00/1.00 vMB 85
422,918 422,918 0000000000000000003da690cc7bba78e89fb945f639ecceb740ea8186137cd2 1,589 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.08 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: 723.69 GB
    • Received: 18.41 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.