Loading Tool

Explorer IconExplorer

Memory Pool

45,541 transactions
27.34 vMB
0.10249553 BTC
Random Selection Loading Transactions
Max Size: 144.19/200 MB

Candidate Block

Mining Attempt 6d7b9b24c222f4c1b2f992dd47c156e9e85ce6f6208f8af522eba4cfa268f984
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 3e6e908b89206beb570a5182a49fc4c35691866c4d1580392320f05247b13d6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,141
Size: 1.00 vMB
Total Fees: 0.04851436 BTC
Feerates: 201.07 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (414,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,874 500,874 000000000000000000770aa8f4342b503f7e1106f4d6df81dd3870751b72d57f 1,951 1.00/1.00 vMB 543
500,873 500,873 00000000000000000029bfa921f59cace996497809ec63d64314009877576ad6 1,042 1.00/1.00 vMB 247
500,872 500,872 000000000000000000033412b9c0a9030ca36e52cdc75f14de30ae4d54083536 596 1.00/1.00 vMB 330
500,871 500,871 00000000000000000004e55a7f76dce8e2b04992c883e41bca1bb2107517322f 550 1.00/1.00 vMB 197
500,870 500,870 0000000000000000008db404e6f338d3cdb7faf0036509786a1a48c6b121fae6 976 1.00/1.00 vMB 1,178
500,869 500,869 000000000000000000613dda401653eae5a1d0f079dc701a54b02a58b535ee19 1,075 1.00/1.00 vMB 349
500,868 500,868 000000000000000000795113ea846ce5ebb02c29c68df3da0283a1e6d93a5eb2 1,295 1.00/1.00 vMB 358
500,867 500,867 0000000000000000004f65051130ab416230371b21c6f746b49ffa1c55a3b55e 740 1.00/1.00 vMB 260
500,866 500,866 0000000000000000002c8cc3f29df7371de5109c70a3f0d3dfa6cdfa7f545dba 1,246 1.00/1.00 vMB 337
500,865 500,865 0000000000000000002a10a9cfd08c3c68e3ef0bcd4fb416eb8156706616d8b6 2,256 1.00/1.00 vMB 672
500,864 500,864 0000000000000000005be48ec4b7b5d6a3dc366556186c791cf746c5b4a73566 1,061 1.00/1.00 vMB 250
500,863 500,863 0000000000000000007e21959af85d9951e384de889f148288fdc247f4bb4642 828 1.00/1.00 vMB 187
500,862 500,862 0000000000000000006a9189950f451d1639c0be69fb1a1778630c979cdaf46d 1,213 1.00/1.00 vMB 287
500,861 500,861 00000000000000000033e1884956841aa9ff5d14d05e834f15aa9536522a7467 2,571 1.00/1.00 vMB 686
500,860 500,860 000000000000000000838a97af141fd6ca75219d2caf9fe75bcde5195862320e 2,553 1.00/1.00 vMB 676
500,859 500,859 000000000000000000947d342f7bac64892dc9086d52cc55b14d186cf0af723e 2,133 1.00/1.00 vMB 689
500,858 500,858 000000000000000000588b5eecab9161680f73517840c8114f7a15255b1106c7 2,297 1.00/1.00 vMB 960
500,857 500,857 00000000000000000013fce479b5bc9509ecd04c6cccff1a45cd7ca732e3c066 1,417 1.00/1.00 vMB 282
500,856 500,856 0000000000000000008adf168e59c00d74f5a0077993e0c3848eefd82e4daa9c 2,368 1.00/1.00 vMB 244
500,855 500,855 00000000000000000067f122bb548a7984a82be1954cf61d7f35cf41cc37282a 1,160 1.00/1.00 vMB 347
500,854 500,854 0000000000000000007e899c8ff806a366efd4af0e572f496132fe826d556e2a 1,382 1.00/1.00 vMB 412
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.