Loading Tool

Explorer IconExplorer

Memory Pool

82,030 transactions
31.51 vMB
0.08314847 BTC
Random Selection Loading Transactions
Max Size: 187.61/200 MB

Candidate Block

Mining Attempt eb8d2d93495b6bb5b6095bb36112a8e24465168c96ef44a39e45e45dfdc687b8
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root e742d4d88eca40438e9588725a8bb4e5194ea3b32d608f62274d7c7c1b60daee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,366
Size: 1.00 vMB
Total Fees: 0.01571674 BTC
Feerates: 157.11 > 1.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (275,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,688 639,688 00000000000000000002409ea4e0f9ca9105f41e87476b361b7ace7c644505b1 1,755 1.00/1.00 vMB 67
639,687 639,687 0000000000000000000266647b1cef0d2a27d7396d9fba9f3d86b128e6c4a06b 1,704 1.00/1.00 vMB 67
639,686 639,686 0000000000000000000d641187e5969b10d2a798b8bfacba716bfa826759eb02 1,227 1.00/1.00 vMB 66
639,685 639,685 000000000000000000044fb6e4f14f7f6b59e168c6fc3f8e32e18a936602b4d8 2,121 1.00/1.00 vMB 60
639,684 639,684 000000000000000000041ae3937a7a208c2f7132ea10473266ea03b2b0f172d0 2,432 1.00/1.00 vMB 63
639,683 639,683 000000000000000000004fbb325fea1d85d2667c2f7b8a4dc6138f75bc5112a4 2,827 1.00/1.00 vMB 82
639,682 639,682 0000000000000000000f3049afe10c3dc3da2d362a2da89cf3fa22527cf94a83 2,327 1.00/1.00 vMB 81
639,681 639,681 0000000000000000000ebd96599a69a6fa7cc57359f150a072e9d21e3694577c 2,895 1.00/1.00 vMB 74
639,680 639,680 00000000000000000008123a3785dbb480d06ca9fdc8de28c690168ef22670d8 2,394 1.00/1.00 vMB 66
639,679 639,679 000000000000000000077628a1da574133c25babfff65145d4fea67358c44ea6 2,930 1.00/1.00 vMB 77
639,678 639,678 0000000000000000000b4df381c63e7f570eba6853d6acb3abc7f5921b00867f 2,989 1.00/1.00 vMB 75
639,677 639,677 00000000000000000009c36576b069cd5a13bc50373403a3eb926f88bd3115b9 2,767 1.00/1.00 vMB 68
639,676 639,676 00000000000000000002f89c93e54516444a8f613c9e6502e68057ae2d934190 3,240 1.00/1.00 vMB 73
639,675 639,675 000000000000000000031c44c219e4c5e20f396b6d5a7caabbbe60b60e1b49eb 3,250 1.00/1.00 vMB 70
639,674 639,674 000000000000000000094a972a267cf22652e6d6319e05d411fd3be1c4d91f61 3,215 1.00/1.00 vMB 78
639,673 639,673 000000000000000000054db9dc44971ccfd10744fa42fda926c8b5c371f6715e 3,008 1.00/1.00 vMB 88
639,672 639,672 0000000000000000000028037bef85789ba5609e00b06a26be963ed4f2fed78f 2,471 1.00/1.00 vMB 84
639,671 639,671 00000000000000000007ff63dda129d1c9d486bb2facdfa5d20bfa4b14570f43 2,112 1.00/1.00 vMB 74
639,670 639,670 00000000000000000006a62baed55bfe21c48962a32f7831a875f314e2ac6223 1,569 1.00/1.00 vMB 82
639,669 639,669 0000000000000000000dc7ad1950b410a95d75eb8c452a21e553ccb244b18b3e 2,192 1.00/1.00 vMB 84
639,668 639,668 00000000000000000009055e64c30772d1a295ac736e85979e5213bba18bc71e 3,152 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.