Loading Tool

Explorer IconExplorer

Memory Pool

42,368 transactions
26.63 vMB
0.07544588 BTC
Random Selection Loading Transactions
Max Size: 138.65/200 MB

Candidate Block

Mining Attempt cc86347bd1e0aff340aa86ae8c22407589f50e59590538ec1b5c63ab697b19cc
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root b2efb86e983ee18fe783de1b14ffaa07330ce5df01d93a3c914615203921649c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.02629101 BTC
Feerates: 99.53 > 2.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (687,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,991 226,991 00000000000002bdc70fa6c86f70dbb467c7db4eec31c0c31da6718467eb771f 356 0.15/1.00 vMB 210
226,990 226,990 00000000000001bba9e78d1b7f6d462f8b032ad00fa5984ca42486f196524296 117 0.05/1.00 vMB 103
226,989 226,989 000000000000015827114870b2011d8d07685b674ce79ada6c1981b325c7df65 450 0.21/1.00 vMB 198
226,988 226,988 00000000000001d9254d4ecb1ee27d75c1275d27abede70ace82ad3f5dcf5d52 344 0.13/1.00 vMB 241
226,987 226,987 000000000000034bac00a7e5f40506161d1bda899bed9fd4d5db8e66b838f960 303 0.14/1.00 vMB 159
226,986 226,986 000000000000003c54756cfa05185c50a3cedb34e645375be6bc5e0c160a39f5 290 0.14/1.00 vMB 253
226,985 226,985 00000000000002f65d0067c589204f8eeb8cdeea55e749c3cd68a0d53bfca8d1 151 0.08/1.00 vMB 134
226,984 226,984 000000000000036ad7321224d332ea12ba3c0a6e5efc0b914eb633c2e0ab2233 128 0.04/1.00 vMB 247
226,983 226,983 0000000000000042bfb7f93edbc0a66dabde90227c8554301716b10d57fe02f7 105 0.05/1.00 vMB 204
226,982 226,982 00000000000001d9cdc75d80e40cf424c20ee1d77a9df553a32a38bbeadde165 348 0.15/1.00 vMB 152
226,981 226,981 000000000000009c28f1474c2a02cc39ffbc794b2c8050980f1522d0e1e4fb70 117 0.04/1.00 vMB 162
226,980 226,980 0000000000000191c341dc7749fead79b52a7c5291a35813502562bd9547cf43 124 0.06/1.00 vMB 149
226,979 226,979 000000000000020364ad73e71f29d36121c8f935725f4d302f4ede7efbf47f55 256 0.13/1.00 vMB 172
226,978 226,978 0000000000000243265f15190ab5ee43cd0b5a32f274b1e73e32e52c01c9ea18 205 0.10/1.00 vMB 14
226,977 226,977 00000000000002c2b96c4b1bf08d3f71f9f189a493d114441b6f539b4f61dc86 195 0.11/1.00 vMB 226
226,976 226,976 00000000000001d77ec73de04aff890a7e57bf2db7a4b7a51ba7d04bfad1e522 213 0.15/1.00 vMB 89
226,975 226,975 0000000000000320f907483e97a6d54ad66003dea4c1be50eec2d61261fa34d0 474 0.19/1.00 vMB 194
226,974 226,974 0000000000000100a650f7b6d49cd89d704e8478ec5e36b867664f1183ecd279 155 0.05/1.00 vMB 24
226,973 226,973 000000000000009a6e329467e30bc4c9333b53a9d92c6f2b229c2affe213bef1 398 0.18/1.00 vMB 215
226,972 226,972 00000000000002b1be8cf99b3fc89f77e8fdee10deeb07a6d48c5a4f42eeaee7 479 0.22/1.00 vMB 167
226,971 226,971 000000000000018ed4444c02ef5876f83b1c65c65385ef942d93d8626e2f75cc 144 0.05/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.90 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.