Loading Tool

Explorer IconExplorer

Memory Pool

82,219 transactions
31.36 vMB
0.08721493 BTC
Random Selection Loading Transactions
Max Size: 190.50/200 MB

Candidate Block

Mining Attempt dbaa85ad199c30562a5e2a46ad99ef6226a536e3de59cd701e74f2d926fc34bd
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 8ef2a06a56c6e68f01b6cf4bdd64e57d96845c49cee56e304108254a584aae2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,374
Size: 1.00 vMB
Total Fees: 0.01924794 BTC
Feerates: 73.20 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (282,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,083 633,083 0000000000000000000139a153f8fecbb6bd7ccd5ce38901ed60f97980a6c0b1 2,429 1.00/1.00 vMB 64
633,082 633,082 00000000000000000011026a2dec828e3aa70895b46492a2ad1265c598460504 3,085 1.00/1.00 vMB 86
633,081 633,081 00000000000000000008f5b5020e983ac1c421061159b724bbe7461d71287e41 2,466 1.00/1.00 vMB 23
633,080 633,080 000000000000000000129d0bf974a797880fff45b55804a96ab424657e56e3e2 2,597 1.00/1.00 vMB 32
633,079 633,079 00000000000000000010978b6dae5d1da1a5c5b196a22cb6d22c355f03e03761 2,922 1.00/1.00 vMB 28
633,078 633,078 000000000000000000014632830994f61fb7e68dbe21a88f40fd6288b0cf70f8 2,545 1.00/1.00 vMB 27
633,077 633,077 000000000000000000074c6f39bae7bac3b5fa810a287156e0c6be651c87562c 2,922 1.00/1.00 vMB 63
633,076 633,076 0000000000000000000755e469ca1c80c9ead4ab2d7ae7acf8ae82e25a0d9180 2,978 1.00/1.00 vMB 58
633,075 633,075 00000000000000000007bd3cc40c0de42e96d01d6fd22aa6365fadfc6ee60b74 2,680 1.00/1.00 vMB 68
633,074 633,074 0000000000000000000927461d3f269a63bc9a55b40394909d5027f6b2291e31 2,788 1.00/1.00 vMB 49
633,073 633,073 00000000000000000009133111f95523d4d5c33b275919e9659bdd4bc3d5dc7b 3,101 1.00/1.00 vMB 83
633,072 633,072 00000000000000000003d43a261d3b759dbf9390f8afb601b8998e9f15472d05 1,918 1.00/1.00 vMB 60
633,071 633,071 0000000000000000000c41c0364b231137f6e4d9b13e4d87988ff9c26edb9ff7 2,879 1.00/1.00 vMB 64
633,070 633,070 000000000000000000049a929ab5789dde714d7b80850dac1109bf747448536b 2,791 1.00/1.00 vMB 68
633,069 633,069 0000000000000000000d41af1b4c4661376e1ef83d0b588ae591aa068e8f81ea 3,429 1.00/1.00 vMB 94
633,068 633,068 0000000000000000001066bd1ab5ae34671ef250d25f30f3c2d300a2a35fa428 1,075 1.00/1.00 vMB 5
633,067 633,067 0000000000000000000ed30e42d13fbb829f65a80c968003cae7882e7c08853d 1,450 1.00/1.00 vMB 6
633,066 633,066 00000000000000000010fc538a8492242fd0e4e2905e1d19d5ff408e693d7229 2,154 1.00/1.00 vMB 13
633,065 633,065 0000000000000000000bcca197cfc9db813205b19beb33abb23b1c3128970194 1,744 1.00/1.00 vMB 20
633,064 633,064 0000000000000000000f2c6172cbff130ce0ee207f9437d5ea99e4850f6f91f3 2,174 1.00/1.00 vMB 14
633,063 633,063 0000000000000000000930c069875ab5831df94d9f5732e8678d57152003880b 1,269 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.75 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.74 GB
    • Received: 16.76 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.