Loading Tool

Explorer IconExplorer

Memory Pool

81,407 transactions
29.94 vMB
0.15583538 BTC
Random Selection Loading Transactions
Max Size: 180.35/200 MB

Candidate Block

Mining Attempt 3e53f5984cd91adbc4dedeeeb6338c6be2f6be1896b6ff25d9cfcba856b10415
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 0089ca3d748a7cce10d8fb5f535011249016350615e362a28f1f1b38f8ae3838
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,676
Size: 1.00 vMB
Total Fees: 0.05922392 BTC
Feerates: 1,002.91 > 5.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (231,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,991 683,991 00000000000000000004a802f9414cd6716bc1a71b450328ee0941a895f311bf 2,771 1.00/1.00 vMB 110
683,990 683,990 00000000000000000008601e3edbaf73d38cfe624c467ea969991b0abb66ea00 2,389 1.00/1.00 vMB 68
683,989 683,989 000000000000000000048c9a6f8dbba2278d938ff5bc07c9cd1b7696bd1073a8 2,214 1.00/1.00 vMB 65
683,988 683,988 000000000000000000038ab1e3ba04ab31934246dcce01978595a53eea0e5808 1,551 1.00/1.00 vMB 60
683,987 683,987 000000000000000000098e6bb9e2b0da7a0b4f5650aa71cc312cfa230949bf81 2,908 1.00/1.00 vMB 84
683,986 683,986 000000000000000000098b074f96a932c2e70e32a8b3b6a5cb097b257f91c013 1,290 1.00/1.00 vMB 61
683,985 683,985 000000000000000000034f0599b2a21fd78159e982c1172f3add98588d9db509 3,069 1.00/1.00 vMB 83
683,984 683,984 00000000000000000008ea4d84ca92d140cc56ab2ed93d2ee5de035e03e7124c 1,722 1.00/1.00 vMB 70
683,983 683,983 000000000000000000065ac9cbc48e7fa0059d4f07c2f2f5f1612238827197f9 2,391 1.00/1.00 vMB 74
683,982 683,982 0000000000000000000747c7c801a8738e5c6ae0bd22d007ee139555cf8d9ec4 2,318 1.00/1.00 vMB 63
683,981 683,981 00000000000000000007d8bcb15d2d50622e939ee6bed32cf4d5cc1bed666ee3 2,834 1.00/1.00 vMB 78
683,980 683,980 00000000000000000008c555caffd0c89a1641a9284c7969265df80ad8fa6b84 2,877 1.00/1.00 vMB 92
683,979 683,979 00000000000000000006292abaa16279801a3bef71302ea1a788e27bc83e6dd9 2,400 1.00/1.00 vMB 77
683,978 683,978 00000000000000000007a142ab2c9e468db30ff35a3f724e8bca8ad5d0f296a5 2,406 1.00/1.00 vMB 67
683,977 683,977 0000000000000000000570b94d99b37e8c6150ca516478e0a38a1c3eec6b3d98 2,272 1.00/1.00 vMB 84
683,976 683,976 000000000000000000075b3eee40320cdd3a5626901ac72460825d8910445970 2,260 1.00/1.00 vMB 67
683,975 683,975 000000000000000000036f5c02e74d4152357e8b35aad80396f05fa43afcd79d 338 1.00/1.00 vMB 76
683,974 683,974 000000000000000000039acf8f3bbc296a0806e424403787ac8d0380622345cc 1,424 1.00/1.00 vMB 90
683,973 683,973 00000000000000000008f9e8c64ab66f5caf0c5611a307557f82ef0f281f1730 1,936 1.00/1.00 vMB 56
683,972 683,972 000000000000000000065ea7fd95a3a769fb6a13c2ed4fef80a7c9d37800dc66 2,514 1.00/1.00 vMB 50
683,971 683,971 0000000000000000000860d03aacf64a0e61c97cf5a8bd7b9f8a33573f86a2f1 2,240 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.48 GB
    • Received: 17.54 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.