Loading Tool

Explorer IconExplorer

Memory Pool

81,209 transactions
31.50 vMB
0.07330375 BTC
Random Selection Loading Transactions
Max Size: 191.37/200 MB

Candidate Block

Mining Attempt 3208c23362315690324cf6620e3d052ab1d5192339230e91c17813a761784e59
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 7f8a7d9f2a1c798a09de76d3f1328ed86ed5721f1cd4f52385e39a5b37430efb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,629
Size: 1.00 vMB
Total Fees: 0.00496629 BTC
Feerates: 73.20 > 0.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (264,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,858 650,858 00000000000000000006e0d5a82f53037907f9ea52512ef3e3b8a874e6498254 2,630 1.00/1.00 vMB 50
650,857 650,857 0000000000000000000acdce9fc678ab377b6dc48108898b1d4d7d6b7f6a34c1 2,242 1.00/1.00 vMB 66
650,856 650,856 0000000000000000000606558501e86bef77c4412fa56f87dfb24d6a7fe44507 1,868 1.00/1.00 vMB 90
650,855 650,855 000000000000000000061181ed7ffee06a95f4e797c2fd3acac50b0147ad7cd9 2,446 1.00/1.00 vMB 73
650,854 650,854 0000000000000000000c79cdd37dc1ab1e55fc6e4c0a1d0f28db5699b540bfe7 2,156 1.00/1.00 vMB 65
650,853 650,853 00000000000000000008ad85a696e82ed8520e26ce362f6805b01e54ec0fe411 2,678 1.00/1.00 vMB 54
650,852 650,852 00000000000000000006ca97904ed0e3d7e2b5e71c5a1d4574d634feb9c5d1c1 2,382 1.00/1.00 vMB 98
650,851 650,851 00000000000000000000083864a191c7f04c71ac8f05a18c9ef8a364a20d2a37 3,033 1.00/1.00 vMB 86
650,850 650,850 00000000000000000009a2fbe87afb2ed0d70d3b289d8079220e471920f4db37 3,145 1.00/1.00 vMB 68
650,849 650,849 0000000000000000000704bf8e240a5e89def10974242db17155e34b2b3d7f53 2,469 1.00/1.00 vMB 105
650,848 650,848 0000000000000000000ceb3542f6235243cf3a838a4497e5e964fddfd033b012 3,198 1.00/1.00 vMB 85
650,847 650,847 00000000000000000004e0ade0135822217635871339f625a5157610e6aaa60c 2,252 1.00/1.00 vMB 100
650,846 650,846 000000000000000000056b0349c730bb3dbf242ea3612df5c5301c60ea3d0b17 1,695 1.00/1.00 vMB 101
650,845 650,845 00000000000000000004af426ce2dd2d6627dba8b1b97518dc598245637398ab 2,651 1.00/1.00 vMB 102
650,844 650,844 00000000000000000003441e419bc142dbac4c1a92624a1f615f407bce1d6dfe 3,094 1.00/1.00 vMB 120
650,843 650,843 0000000000000000000d64a1cdb5f020726035dafae28fcdefea4cfaab76f832 2,686 1.00/1.00 vMB 112
650,842 650,842 00000000000000000007c3afbc59b9ba0eb6ee47844c5835b8131c19c6f96d51 2,812 1.00/1.00 vMB 109
650,841 650,841 0000000000000000000ca2c26ba55ee1ce5f3a1c7679e0c404087f86694ebfa6 1,829 1.00/1.00 vMB 76
650,840 650,840 000000000000000000056000acb32c41d318139e4902ddc534b26bb33541a061 2,302 1.00/1.00 vMB 69
650,839 650,839 000000000000000000002731557fa28878415ebd1fd32dcec9cdd79ea468e41f 2,663 1.00/1.00 vMB 80
650,838 650,838 000000000000000000040963d1d26d3a019d06f7b057fada934355caa89d50f8 2,749 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.