Loading Tool

Explorer IconExplorer

Memory Pool

88,702 transactions
33.76 vMB
0.14141811 BTC
Random Selection Loading Transactions
Max Size: 199.89/200 MB

Candidate Block

Mining Attempt 22e6aea7b3acfaf20b257efe0196c042943414feec541456161065a9df118779
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4b5f89cd7069ba00be2535349de8d660d42dda9205501e61159e7a63eee92836
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,231
Size: 1.00 vMB
Total Fees: 0.05698997 BTC
Feerates: 469.97 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (364,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,721 550,721 00000000000000000012317cde7cd894758e4bb097d5cf6fd48800c3a0146ff9 2,186 1.00/1.00 vMB 56
550,720 550,720 00000000000000000004b2533c77fa6f0bba50fe9f90266c47cf67fc633ead53 1,478 1.00/1.00 vMB 50
550,719 550,719 0000000000000000002049ffb228c3f3e2865c191d265364b12f317f5ae7e86b 2,692 1.00/1.00 vMB 66
550,718 550,718 0000000000000000001200eb0ea2b87949080d0ec27ad41d6085c9b2f05d325f 1,055 1.00/1.00 vMB 47
550,717 550,717 00000000000000000005915b87f3e13410e1f421db43fac09d60d05e24d3cf32 1,578 1.00/1.00 vMB 61
550,716 550,716 00000000000000000012333e915f8db8e4bc43d7e01974b8e2f4934d8aa1f57c 2,258 1.00/1.00 vMB 56
550,715 550,715 000000000000000000100a8208f1a5ab3a4afed7809c2a14a46df026150f5fc0 1,930 1.00/1.00 vMB 75
550,714 550,714 000000000000000000146b13196e32710a1c07a6293f4535e45596645f02d258 1,245 1.00/1.00 vMB 89
550,713 550,713 0000000000000000001c8661918a05385dcd5cbd07ea26947b716e685f0e9bbf 2,881 1.00/1.00 vMB 4
550,712 550,712 00000000000000000006592646020449dab4cd96280b85ee4109e3183a7ab5d8 2,284 1.00/1.00 vMB 13
550,711 550,711 000000000000000000202941a24ecb3f6ef34d6d39ca508104cdd7eec3eac10f 2,296 1.00/1.00 vMB 11
550,710 550,710 0000000000000000001f4d09ab211c7547120073ec4978aa1e1977e0be471f35 2,341 1.00/1.00 vMB 42
550,709 550,709 00000000000000000006d0ea1aa212b4a28d783f911783b75cb46d57387af0a1 1,318 1.00/1.00 vMB 14
550,708 550,708 0000000000000000000b9969e435a591031d3f250a2c283705b9b0f19916e61b 2,412 1.00/1.00 vMB 9
550,707 550,707 0000000000000000000adaa503b7309d636529ed81cbc67eb9bb6c4480c261e5 2,984 1.00/1.00 vMB 35
550,706 550,706 00000000000000000008ba5bef9191cb68211a581ef71c6018555c8d2f6048dd 1,900 1.00/1.00 vMB 12
550,705 550,705 00000000000000000025383be30f031ea4faf6f29bcf1e7f2a784eabe462fb78 2,486 1.00/1.00 vMB 19
550,704 550,704 00000000000000000014f091fbd0b45ba268ee22a3cdeb82ff24ddd546a8e8c7 2,447 1.00/1.00 vMB 33
550,703 550,703 0000000000000000002807d4c63fa837d51754452df5eca25b8828eac47d4716 2,319 1.00/1.00 vMB 26
550,702 550,702 00000000000000000027d97d091778243d3b80a5ae84bb5cf7d7fe77b997d86c 2,026 1.00/1.00 vMB 24
550,701 550,701 0000000000000000001a82b6bd575741ecb402238a87bb3e11645b7df58def6b 2,241 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.30 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: 657.92 GB
    • Received: 14.56 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.