Loading Tool

Explorer IconExplorer

Memory Pool

39,683 transactions
32.68 vMB
0.07622302 BTC
Random Selection Loading Transactions
Max Size: 161.60/200 MB

Candidate Block

Mining Attempt 3d0b0a5a1c2422c9eca950d8133cb6f7d83afa80bf3c2109a54e79813ba3bdd1
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root f4678c9b10be9ac39fc507e62098351512362dfba54e36da7f4be9a24d199c49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,256
Size: 1.00 vMB
Total Fees: 0.00709317 BTC
Feerates: 19.82 > 0.71 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (438,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,845 475,845 00000000000000000090938793fb92f3f1c1267c0f3e9712486fe84444601fa7 2,339 1.00/1.00 vMB 254
475,844 475,844 0000000000000000007cdef7146418b1213b5f8d0c63df49c40e258c360b9ab5 2,033 1.00/1.00 vMB 258
475,843 475,843 00000000000000000106c23e66017db7a692102f1301e9ca02c765256f9d67ed 2,042 1.00/1.00 vMB 253
475,842 475,842 0000000000000000014c5a968741ac1853af3b668337ae6f0d8833fcbcebcf3c 2,135 1.00/1.00 vMB 202
475,841 475,841 000000000000000000c4798a978b854f7316ee9c64c91b713f2d3b579768075e 2,070 1.00/1.00 vMB 196
475,840 475,840 0000000000000000014440b254f0a2f58a7108304490997ace9bb446749c67f6 2,107 1.00/1.00 vMB 283
475,839 475,839 0000000000000000008ba7b47686e5796d8afbb44b3d460389ea7b1cc3f7c95b 2,300 1.00/1.00 vMB 143
475,838 475,838 000000000000000001064ac38e015729235a82947ff4675db54f020d61f8c43c 2,232 1.00/1.00 vMB 99
475,837 475,837 00000000000000000113db8d1c8cb0f41219654b81aa20430dc41a976e632f3d 2,112 1.00/1.00 vMB 175
475,836 475,836 0000000000000000003b2e546c6bfc17be5e8f16aa707e5c608c71b57c20a38f 2,028 1.00/1.00 vMB 218
475,835 475,835 0000000000000000007246eefb28af293ac91ca5a87529666791c52c38ef8bf0 2,070 1.00/1.00 vMB 261
475,834 475,834 0000000000000000006e19c4d8700e5d3acecc31a5f63e86175ec3493216f24a 1,723 1.00/1.00 vMB 157
475,833 475,833 0000000000000000003bbe526395bba9ceed6451be18cdf14eba463e9b2f4c77 1,317 1.00/1.00 vMB 197
475,832 475,832 000000000000000000bfdea35c170f00adf39ebb13ee381e5e964dd832b15d37 2,232 1.00/1.00 vMB 172
475,831 475,831 0000000000000000004f035bc52dd27c9c3f1e596c98bf6f27036f35118cb674 1,926 1.00/1.00 vMB 274
475,830 475,830 0000000000000000007690f81b3c1032e6e5c0243c793497be3d7347d4c7482f 1,796 1.00/1.00 vMB 225
475,829 475,829 00000000000000000066e2832d1285229a23128ff6153c55741e0050bbd242dd 2,232 1.00/1.00 vMB 272
475,828 475,828 00000000000000000152c785f097873fdf7ccdedcf01ecde73756d3a5ff6ef7d 2,281 1.00/1.00 vMB 316
475,827 475,827 0000000000000000011ca64abfbf7ae992d26e61b45e2260639b06dc9dbde926 2,085 1.00/1.00 vMB 148
475,826 475,826 0000000000000000000ce8aa80d674e2309c6899901a081a3af1778a0151e69e 2,047 1.00/1.00 vMB 250
475,825 475,825 000000000000000000a7d7dd7d4943ba7862c926a90312df89988de676a4d9fd 2,117 1.00/1.00 vMB 270
Previous 10 blocks ↓
Total Size: 781.60 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: 623.97 GB
    • Received: 11.52 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.