Loading Tool

Explorer IconExplorer

Memory Pool

75,857 transactions
27.86 vMB
0.08160429 BTC
Random Selection Loading Transactions
Max Size: 169.94/200 MB

Candidate Block

Mining Attempt 467ae57059b9e678675b58d61c07160320a977ed30ea4238c7c31e82b7ca1b13
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root afa4d879d0af9fb53b16c5737659051a9c93654a194f03ce7ea5e26903c38275
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,844
Size: 1.00 vMB
Total Fees: 0.02205624 BTC
Feerates: 529.10 > 2.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (255,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,468 659,468 0000000000000000000b2f22548f50d5fa67edc2ad33db2877c39ba0de59acdc 2,029 1.00/1.00 vMB 105
659,467 659,467 0000000000000000000c15bc61a4d602efbd2f2893ed878a7c2bba473b7fecab 2,262 1.00/1.00 vMB 36
659,466 659,466 0000000000000000000351a399b393df695a3df36825da6119d8531c18805da3 2,426 1.00/1.00 vMB 66
659,465 659,465 0000000000000000000969e63d2fe1bfcb5a2459e86c6da2eb418bf90712f206 2,177 1.00/1.00 vMB 59
659,464 659,464 00000000000000000002d770e2264c3d9eaddfbfce5948d616b72c6fb6953d53 2,163 1.00/1.00 vMB 57
659,463 659,463 0000000000000000000b443f98b59797aecca674747d51de7ef4953d85bbe8ac 1,917 1.00/1.00 vMB 36
659,462 659,462 00000000000000000007cb3cc32965c9d6bd152f64149bee7386fdf5e7f58b34 2,125 1.00/1.00 vMB 60
659,461 659,461 0000000000000000000dcad67b9f60841a2d5760324712788e1b38f26cef385d 2,124 1.00/1.00 vMB 32
659,460 659,460 00000000000000000002f32f8c1c819c38a0275d2ee31491e861f589f3b8f849 2,363 1.00/1.00 vMB 47
659,459 659,459 0000000000000000000953ce48cfb2be78d217c6224dcad8a103b23089995a92 2,291 1.00/1.00 vMB 86
659,458 659,458 0000000000000000000c616456a8a20bd09c41a030d465c55c2b92ac3ee91058 1,757 1.00/1.00 vMB 74
659,457 659,457 0000000000000000000e42dd06999e85488a9905e1f5da3eaa06b99d703c909e 2,905 1.00/1.00 vMB 114
659,456 659,456 00000000000000000003aa3a24800c3dfba8ae908aef3427db5a3098d37dadde 2,839 1.00/1.00 vMB 99
659,455 659,455 0000000000000000000302510585c5588eb294e9f3256528c02bf49ea1d6286f 2,073 1.00/1.00 vMB 39
659,454 659,454 00000000000000000005acffb682fee034730e9b4cd449481dbdb362cb64791b 1,597 1.00/1.00 vMB 47
659,453 659,453 000000000000000000051ce046f7e6e33ca98958afd418484919e2f2ea4c2122 1,200 1.00/1.00 vMB 89
659,452 659,452 00000000000000000005211b34d9a816302957caa6e6a95dee72b3c6479d9988 2,156 1.00/1.00 vMB 36
659,451 659,451 0000000000000000000cb9a15290f507f6a9d7044f44e114c16b12f136ee6ab3 2,218 1.00/1.00 vMB 83
659,450 659,450 0000000000000000000347050ccc5e12d8937d3ba57db56b892b25b26eaf4500 2,672 1.00/1.00 vMB 86
659,449 659,449 0000000000000000000174b6ba6eb029294996c3dd805b5e7bb23448540c06f1 2,354 1.00/1.00 vMB 55
659,448 659,448 00000000000000000007378265a44c0b1a5cb43d7905a3451a5a92582711bbcb 2,557 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.