Loading Tool

Explorer IconExplorer

Memory Pool

79,692 transactions
29.70 vMB
0.07955963 BTC
Random Selection Loading Transactions
Max Size: 178.42/200 MB

Candidate Block

Mining Attempt 3d02beca2ecc1c20ae272c1d60e3116d7c75d01c494b26e91d6ef0298bebd7b1
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root d982cc219df0837e229ab8fffdda1264692ebb799df5b8605b132c1f822e3893
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,318
Size: 1.00 vMB
Total Fees: 0.01906221 BTC
Feerates: 502.65 > 1.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (317,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,323 597,323 00000000000000000015c3501bc734321f80f3a2aafe01b33d82e9a7325a924f 1,840 1.00/1.00 vMB 60
597,322 597,322 00000000000000000002ead46f40a694ef0bbda8c0c7ea0c147a4ef2939e10ab 2,237 1.00/1.00 vMB 22
597,321 597,321 0000000000000000000233c444a9e1d7b73c3a0262cd6afc70085b9d09f9d14e 3,200 1.00/1.00 vMB 36
597,320 597,320 00000000000000000002b2f4a53d5376bcdf8350a08484f9d5d1c93e7f9f0aff 2,519 1.00/1.00 vMB 58
597,319 597,319 0000000000000000000ca77f1894b19d6fd236fb3ed3cb43d0bb2574cde59ae8 2,521 1.00/1.00 vMB 32
597,318 597,318 0000000000000000000c1f84a78143078f4420da7a6b7fe0e4ed77c9bd68419c 3,168 1.00/1.00 vMB 58
597,317 597,317 0000000000000000000535990d39e96feb09c619e310ed7d4cfc1567f1f10a28 2,663 1.00/1.00 vMB 18
597,316 597,316 0000000000000000000d7c424185db497330142b9b2807d23829584ff4adc195 3,476 1.00/1.00 vMB 54
597,315 597,315 000000000000000000157493e44e3fa72fea0fbbeee98178564f10884303cea9 1,983 1.00/1.00 vMB 18
597,314 597,314 00000000000000000013f5789c550c194051ad48e5886b6276c2a64635c4f02d 1,279 1.00/1.00 vMB 7
597,313 597,313 0000000000000000000f73f746d74e2860b3b1fa05cbb2104d3976c49fba0338 2,016 1.00/1.00 vMB 19
597,312 597,312 0000000000000000000e901f3ec7e2157dbe452414f7bfb66d0c1bd720cef875 2,122 1.00/1.00 vMB 29
597,311 597,311 000000000000000000108867e3655a70358431a72189552521d0cb2349c8a43e 2,428 1.00/1.00 vMB 30
597,310 597,310 0000000000000000000d4958b0b3ae1b2bd26238920708a310fef30350b8c0f5 2,385 1.00/1.00 vMB 11
597,309 597,309 000000000000000000051a7552aa0aa92ba55537a7ffdaf3e68c1f15669556e0 2,699 1.00/1.00 vMB 32
597,308 597,308 0000000000000000000683f3a7457d25aa5e9f44d3bdca19ac198aabaa3eb79e 2,584 1.00/1.00 vMB 17
597,307 597,307 0000000000000000000d53c456de6507dc269955f99b5195d85e6055a7f76da4 3,613 1.00/1.00 vMB 50
597,306 597,306 0000000000000000000d2d35be06d869c5f9385e0c200385698386c6e0188ec8 2,534 1.00/1.00 vMB 49
597,305 597,305 0000000000000000000265c007a4b075297024709a8911f74dfc452ac1a0bc51 2,899 1.00/1.00 vMB 70
597,304 597,304 00000000000000000009b6d07f8ed3ac969bcca21b25c0fae9531aac2c515c43 2,671 1.00/1.00 vMB 29
597,303 597,303 0000000000000000000d33a06e13a10a67599f04c7edea8f9f59128762e086fe 2,457 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.