Loading Tool

Explorer IconExplorer

Memory Pool

37,990 transactions
26.80 vMB
0.05331310 BTC
Random Selection Loading Transactions
Max Size: 139.30/200 MB

Candidate Block

Mining Attempt f98667f5e3f057168c71346b8caf2288519443a5c740a495a5dbf85667d51d1c
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 8140fea129ebe50c9e4912cd9de5b83485414bcc86206c3cc31616be4935fcbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 542
Size: 1.00 vMB
Total Fees: 0.00393777 BTC
Feerates: 44.54 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (293,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,790 621,790 00000000000000000008549489d50bc21eacd6262c406233c529eb535667a651 2,785 1.00/1.00 vMB 61
621,789 621,789 00000000000000000007dae062df639f8a7ec0e188da5306a369f98a34933eed 1,115 1.00/1.00 vMB 10
621,788 621,788 0000000000000000000b27ef14247ad8e77a85cfc1d16ac2904a9cd0fd1d0328 2,667 1.00/1.00 vMB 24
621,787 621,787 0000000000000000000fd8523b0893a09ca43ce370664adae2ecb4d44add48bd 3,044 1.00/1.00 vMB 15
621,786 621,786 0000000000000000000f1dbfd636190b8077d008ab76614ddc6574f2c4b1e5f2 2,547 1.00/1.00 vMB 38
621,785 621,785 0000000000000000000fa0d2c047315dfd5a2720482aa3dc44cca3b30bb525ae 2,184 1.00/1.00 vMB 52
621,784 621,784 00000000000000000010d23ba08cd619b0f31573cbdc09504c2d4d9c6cb3042d 2,729 1.00/1.00 vMB 37
621,783 621,783 000000000000000000074ce41957a34ba5aeb0d225383cc26bea0bc01e858cef 2,693 1.00/1.00 vMB 64
621,782 621,782 0000000000000000000876283f1d045bbf7321cea7cc4b50ae28ff4b1c9a3c8b 2,876 1.00/1.00 vMB 50
621,781 621,781 000000000000000000072cdeec4f3e96a947c27a85dd5f90f64200cbb618bd5a 3,027 1.00/1.00 vMB 75
621,780 621,780 000000000000000000005f41fc94a60426455a29852a42c8db40f7ab394f8415 2,103 1.00/1.00 vMB 71
621,779 621,779 0000000000000000000b9e5ef2ed64e53fe969ace455d7ad50defa9bef11394d 2,810 1.00/1.00 vMB 75
621,778 621,778 0000000000000000000b26e9a15132cfacb9752c5587203b5effda992badc5a4 2,485 1.00/1.00 vMB 74
621,777 621,777 00000000000000000003b5b6b64dc29aafba4c8d9a3f2ed6c987129dbdff8bd8 2,162 1.00/1.00 vMB 84
621,776 621,776 00000000000000000009495792e5089bb73c413e435ebd9608da8f33acb6aa22 1,277 1.00/1.00 vMB 83
621,775 621,775 0000000000000000000e51e20bb5a9115ae21b7a9821688c1932f60f5137e8b1 272 0.18/1.00 vMB 13
621,774 621,774 0000000000000000000743bea3005d05c0792898012193c803136f72cb247a96 1,684 1.00/1.00 vMB 22
621,773 621,773 0000000000000000000211dbaa223e8e59a3d17fb3b8c198e07d0993160364f4 2,937 1.00/1.00 vMB 26
621,772 621,772 000000000000000000003e0f3a098ea6e92fe2c474538d58afe38c8b24956eb4 2,420 1.00/1.00 vMB 24
621,771 621,771 0000000000000000000f8444e1ac4fea06b9b75be7b045f3d2fecacdcb5c4b79 1,893 1.00/1.00 vMB 31
621,770 621,770 00000000000000000004045d8d72ba911e03d9ed55be24344b6599d705169061 2,314 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.15 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.02 GB
    • Received: 13.82 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.