Loading Tool

Explorer IconExplorer

Memory Pool

77,215 transactions
28.33 vMB
0.09076997 BTC
Random Selection Loading Transactions
Max Size: 172.61/200 MB

Candidate Block

Mining Attempt 53ca2212a04d74f41b95cd5927bbd0603f342584908113db5abbf25e85307ad4
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 975c5bbeea922e3665f46a54f9b60c6cdf1e437620bd50e2b37f5d86ab1c4fd3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,010
Size: 1.00 vMB
Total Fees: 0.02807802 BTC
Feerates: 201.07 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (508,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,873 406,873 000000000000000004b729064405c302ef16eff7fcbc264712e556edae6332a6 2,129 0.98/1.00 vMB 44
406,872 406,872 0000000000000000044081f5f680917dede9cad37d9b4a91025f4b64bda9ce83 693 0.31/1.00 vMB 50
406,871 406,871 00000000000000000157c364c65905c06129c283d2a2d92607e7c4c5fc1f467c 1,106 0.44/1.00 vMB 43
406,870 406,870 000000000000000000de4027d0da9efa1d6d78e192cfd67fe1892f8ccae91d3f 1,275 0.55/1.00 vMB 43
406,869 406,869 0000000000000000006b8d1a6f6c708ec4b3e60a28023834b9f251f771fd9ddb 556 0.31/1.00 vMB 49
406,868 406,868 00000000000000000553ff7eef4e4db033dca4f7fe253e49e37f4936c46fa998 1,459 0.69/1.00 vMB 47
406,867 406,867 000000000000000000b71368138a0c3471f4b28df3329bf27412174c7bfd6433 1,215 1.00/1.00 vMB 23
406,866 406,866 00000000000000000380130b077176e4a5f5b1bbaabc9b0e030046080e8841b9 2,937 1.00/1.00 vMB 62
406,865 406,865 00000000000000000493b5bd9764f5f73005c02487b2c7b0ba556d69477c1b93 1,278 1.00/1.00 vMB 34
406,864 406,864 000000000000000003ed835d050bec6553037bb4e911cd917f59ed94ad8e1d1b 1,219 1.00/1.00 vMB 22
406,863 406,863 0000000000000000007afa19a940128e8685b386821fa4c9f588d6977c7c0a22 2,658 1.00/1.00 vMB 50
406,862 406,862 000000000000000000e19d38b7c596c8df268f177a839eb67b23630bf141fff1 3,190 1.00/1.00 vMB 63
406,861 406,861 00000000000000000495dc48aa5f1d3134c370c880cd24fcf63558de069d62de 3,406 1.00/1.00 vMB 62
406,860 406,860 0000000000000000040af7aab07950c7f1ecd347b71991f1fd2c1d462facf7a0 978 0.75/1.00 vMB 27
406,859 406,859 0000000000000000046e87f2aaef62036f0503c9fa97ee722900615e521f0b20 1,379 0.67/1.00 vMB 45
406,858 406,858 00000000000000000452da585c51bf32db7d4026d6315dc185acf65d3823ce8b 2,303 0.93/1.00 vMB 49
406,857 406,857 0000000000000000030fa287e89a78d6f76a3fcab533326ff0520f26daf963ba 567 0.53/1.00 vMB 21
406,856 406,856 000000000000000003e541add23cae6eaa25ce56d8326809ecdf70f17792c7ca 1,515 0.99/1.00 vMB 31
406,855 406,855 00000000000000000393bfe92fe530797c0246c4b8770c7c9233051a142a84e4 2,007 0.99/1.00 vMB 34
406,854 406,854 0000000000000000062c7952f8fadba1c253980d9d87b80be42122ca7a707070 2,941 0.99/1.00 vMB 77
406,853 406,853 00000000000000000567209b3c8d974724b04a96c4116774d785210073dc55b5 127 0.08/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.