Loading Tool

Explorer IconExplorer

Memory Pool

41,900 transactions
30.30 vMB
0.16175414 BTC
Random Selection Loading Transactions
Max Size: 152.95/200 MB

Candidate Block

Mining Attempt b2313c74b1df29ccede07d4772cfcf9c904d9b0a801455a8250a52778a92766c
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 31ac167188ddb3b8adc8cf033678cc2d87c5a25ea68ff8a9b442bfdf10f36593
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.08981384 BTC
Feerates: 301.60 > 9.00 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (524,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,842 389,842 00000000000000000aba64904e5c1cd39face3590c0e236c8177cdcfa99eacef 1,584 1.00/1.00 vMB 24
389,841 389,841 0000000000000000052402ed1f1fadd32249b68b99e4f09b2b334c72bcdc3b0c 1,668 0.75/1.00 vMB 38
389,840 389,840 0000000000000000068aae0c8c61f3c6084a84c38e491dcbb68ba990844d482c 2,371 0.95/1.00 vMB 32
389,839 389,839 0000000000000000069ca4dd51569bfec00b83469ab7640c7cb3705d2e630909 3,143 0.93/1.00 vMB 71
389,838 389,838 000000000000000001fbb0de1bcdeaa28c324b073ccdf6128d0005591a3d4aac 1,758 0.75/1.00 vMB 43
389,837 389,837 000000000000000002af28b9f7424898609833cf70e9d51bc98ca793e9fd37d9 2,771 1.00/1.00 vMB 48
389,836 389,836 000000000000000008402dfc3f5231505ec3a24d980ad3fb422d14dc1a50a18d 2,302 0.95/1.00 vMB 31
389,835 389,835 000000000000000002769e1473af8c2f7c34ffb9738a833266cfce9c0fc92cbc 2,380 0.93/1.00 vMB 35
389,834 389,834 00000000000000000495d772b1aeedd1eb283a9b317fa4be35e459eb06004f3e 2,361 0.93/1.00 vMB 48
389,833 389,833 0000000000000000093be655b39902fd5b4dc95dd2e97eebc167ee86a6061b8f 2,251 0.93/1.00 vMB 34
389,832 389,832 000000000000000002e836e29339404d4c0309181bc6a82b03be531b2be9c6fd 3,349 1.00/1.00 vMB 66
389,831 389,831 00000000000000000737265a842ae2ff002a7d09fb950debb008cce679c3eed8 3,785 1.00/1.00 vMB 78
389,830 389,830 000000000000000002bbc40e85cb4803efe2e41270092e63d469c651a2c74450 127 0.10/1.00 vMB 29
389,829 389,829 0000000000000000081a31b5d4ab70609386526d3e24aaf986885dbf778035c8 515 0.46/1.00 vMB 15
389,828 389,828 000000000000000001b4ecb50b6030229f69150d1f96d7c03b22d3761950e40b 593 0.60/1.00 vMB 18
389,827 389,827 000000000000000003e89511ca6b8cbe740787b526009882aa4bfb8c452f31a0 1,999 0.75/1.00 vMB 44
389,826 389,826 0000000000000000060442369fc19f430e72bb98303868ae71f50f0903ddedf0 2,342 0.93/1.00 vMB 35
389,825 389,825 0000000000000000020b0a81cbdf6b18e95d5d393a5d6b9760be44f55def4138 3,082 1.00/1.00 vMB 60
389,824 389,824 000000000000000005a95933d115b6b565d8b96c0ff863230b3a6c59bcfa5059 1,789 0.91/1.00 vMB 31
389,823 389,823 000000000000000003ef7c1b6224f38c1a37d7ea8d83f1f924920b857b2c7d6b 1,418 0.75/1.00 vMB 28
389,822 389,822 000000000000000001d35aef35f9e0bd3bb70d6b8f11e67a97bfb113ab6e24cf 1,958 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 618.62 GB
    • Received: 11.20 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.