Loading Tool

Explorer IconExplorer

Memory Pool

82,801 transactions
30.57 vMB
0.13925521 BTC
Random Selection Loading Transactions
Max Size: 184.07/200 MB

Candidate Block

Mining Attempt 4069de162f57c662ee1fd6703bc1355c4a88d9db3271806479038a492dcc38a0
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 789ef935fec6f1d43910d167580cde0fe225849e16cbb98b052bbe6ab4e30164
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,169
Size: 1.00 vMB
Total Fees: 0.07562305 BTC
Feerates: 150.77 > 7.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (510,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,851 404,851 000000000000000005909031c6def66be8c9cd981e30f5106c32f4a04adc37ac 2,173 1.00/1.00 vMB 42
404,850 404,850 0000000000000000034174d51b26f68ce7377d3d44dbf5d427e4fe99cd75880f 2,268 0.99/1.00 vMB 46
404,849 404,849 000000000000000003b1e53f978a351130f0e3c87a33c112ed8cbfd3ce010762 2,269 1.00/1.00 vMB 66
404,848 404,848 0000000000000000025117a2859535ae33cd09c7dc0a8841284b6dd4b0472937 2,881 1.00/1.00 vMB 70
404,847 404,847 00000000000000000528dcc986b6a667ea08f2e89e542a33d7af653752ee1187 2,519 1.00/1.00 vMB 44
404,846 404,846 000000000000000003ece0ab3d305d29f5ee88a559eaf00d9c175280690850da 2,190 1.00/1.00 vMB 42
404,845 404,845 000000000000000004ff5d62b2bc828db75b055739fb136f507282d4fdda4b6b 1,216 0.99/1.00 vMB 56
404,844 404,844 000000000000000002b11d4fdacacfa50273cbcfdf51e2d5bb7ae69e3cc7b8cc 1,932 0.99/1.00 vMB 47
404,843 404,843 000000000000000001f8f246db5123aa60eed70a60a9dab884fc7d8e79c5e46e 1,642 1.00/1.00 vMB 52
404,842 404,842 0000000000000000021722a9a203721f031b41ff3a451470faa048e70d3ab1d5 1,155 1.00/1.00 vMB 53
404,841 404,841 000000000000000001f55db56125fd3cc6613f36b18a2902599e7846453ab996 2,040 0.93/1.00 vMB 45
404,840 404,840 000000000000000001f8d67a34888223e5f3ac5debad186e0903d17a58d8ac0d 166 1.00/1.00 vMB 50
404,839 404,839 000000000000000002cb5924cbf9910a04d24d72f20e98e0dc6a935fc21c804b 891 1.00/1.00 vMB 72
404,838 404,838 000000000000000001ff2debb46a6bc34c94b9dd46e874b5642c67154cfbc28a 878 1.00/1.00 vMB 53
404,837 404,837 000000000000000001b9a16d69a653031d9f528c80a7d5c0bbf694c77461b3a7 948 1.00/1.00 vMB 43
404,836 404,836 000000000000000005c2dbf3f189d1b999fb9a0dbb4d6858f2a9fe1e5adab925 774 1.00/1.00 vMB 64
404,835 404,835 00000000000000000290aae7f181d23dda66d0102a9c5d37cf662890786d6864 1,506 1.00/1.00 vMB 36
404,834 404,834 0000000000000000009f98d1c2ac8726fe6159b69e4448b5d4fe2f62dc142ae7 1,291 1.00/1.00 vMB 65
404,833 404,833 00000000000000000620e315dfc56b74c838e95eea40d61e46b41a4c25afaea9 2,073 0.99/1.00 vMB 46
404,832 404,832 0000000000000000067fb96f82426c7e721f115165e237bca75fa71485ef5380 2,028 1.00/1.00 vMB 48
404,831 404,831 000000000000000002a37697d928667c768cef688fdfa6475cc6283e3bc200cc 302 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.33 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: 660.43 GB
    • Received: 14.74 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.