Loading Tool

Explorer IconExplorer

Memory Pool

35,475 transactions
26.64 vMB
0.05701947 BTC
Random Selection Loading Transactions
Max Size: 134.53/200 MB

Candidate Block

Mining Attempt 38fd6615888b2550363e72fc2833e5df8a2abd3827791e135843b73c0843fa7b
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 606dc31fc5a32e70c6f5581d493c44e1ce468fb912d0a3406eecb82868748bca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,333
Size: 1.00 vMB
Total Fees: 0.00732168 BTC
Feerates: 160.84 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (283,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,351 631,351 0000000000000000000d7993c4b7ef07f65c5f1fd92fb2b1e3da545c1b5ce9a6 2,383 1.00/1.00 vMB 155
631,350 631,350 000000000000000000050f61b1c3555babaa0245b5b1fb132fc0c72fcbb25f5f 3,016 1.00/1.00 vMB 158
631,349 631,349 0000000000000000001231cc0fb3cd14899f0738b88a31c4a412ddf62e0991c1 2,493 1.00/1.00 vMB 145
631,348 631,348 000000000000000000071df07c2871a0bcd79ef634d9727a4fcfe767c9021372 2,525 1.00/1.00 vMB 63
631,347 631,347 00000000000000000000d4fce306d16e01bd15b28ab8827952808a6db3bc0d4b 2,285 1.00/1.00 vMB 96
631,346 631,346 00000000000000000006e752a11ac0f8d8ce2bdc3bc2498fc49b580a524a0da3 2,601 1.00/1.00 vMB 81
631,345 631,345 0000000000000000000f1d65aa24d88514f2ac99a38e8085f8561b4ed147ccba 2,909 1.00/1.00 vMB 107
631,344 631,344 0000000000000000000bc65817f4fb36cd20a7238a18fbeada74d9ca3e3d4e6f 2,780 1.00/1.00 vMB 114
631,343 631,343 0000000000000000000f72c50a65aaa9f27e4f353abb625129dbba06b5bbde34 2,704 1.00/1.00 vMB 67
631,342 631,342 000000000000000000115f09525aa0d87473ff686e5d752ced291cabab8b1327 2,599 1.00/1.00 vMB 168
631,341 631,341 00000000000000000001cf10ce2a2e2073ac803ce8ce246dc92b85247306405c 2,187 1.00/1.00 vMB 194
631,340 631,340 0000000000000000000cdd6602ddbff256aa98f440d70529c83c9f22ee2a8c64 2,924 1.00/1.00 vMB 146
631,339 631,339 0000000000000000000714df12959d57d8d02f957ef3cbe9cc768aca7ccb906c 2,534 1.00/1.00 vMB 101
631,338 631,338 00000000000000000004c1e3f1f889501b5b2407a2fe37bd94f76fb7b417ed54 2,582 1.00/1.00 vMB 170
631,337 631,337 0000000000000000000d61012680d0913d7f83aed683504cbce2df88e79bbb8f 2,663 1.00/1.00 vMB 141
631,336 631,336 0000000000000000000d22cd79336e5ccad89a052451784803abecf6f81557d2 3,059 1.00/1.00 vMB 217
631,335 631,335 0000000000000000000bf410fb15652acf9a348e2ab73e72e1234515978c8a1b 3,120 1.00/1.00 vMB 230
631,334 631,334 00000000000000000010e0fdd11600f9025bf0c1e89a2fa36d62bf396564da70 2,668 1.00/1.00 vMB 39
631,333 631,333 000000000000000000081403eaa524830b19661d755cc9c6f558b41618fb430e 2,845 1.00/1.00 vMB 67
631,332 631,332 00000000000000000008b44ca2f2842468a827959f516bab8a8b035e84a60d5d 2,461 1.00/1.00 vMB 187
631,331 631,331 0000000000000000000fb3a85af51a1992b286f3f4850891b8779c3cefc5c677 2,604 1.00/1.00 vMB 229
Previous 10 blocks ↓
Total Size: 781.77 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: 632.84 GB
    • Received: 12.15 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.