Loading Tool

Explorer IconExplorer

Memory Pool

80,590 transactions
30.29 vMB
0.12087905 BTC
Random Selection Loading Transactions
Max Size: 181.21/200 MB

Candidate Block

Mining Attempt 18595cd33f33204c801818185c3b10a169b4436ebf0b07d2ed3bb73a11b80987
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root d0704c64242880f5887df932e3498024aa7f55ea1759f94610c92674cf2b9f1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,970
Size: 1.00 vMB
Total Fees: 0.04876792 BTC
Feerates: 574.11 > 4.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (126,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,001 789,001 00000000000000000003b743d3c0dc5abddc4361a62c413f5d6eb9edb52b7f6f 3,174 1.00/1.00 vMB 258
789,000 789,000 0000000000000000000213aebcdf289620d4d6f029c2df231d82d10ccbade3c2 3,027 1.00/1.00 vMB 219
788,999 788,999 00000000000000000001486ca4b72c6901b90102594bb68899edaa1866619531 3,890 1.00/1.00 vMB 394
788,998 788,998 0000000000000000000243b8551172985563668d1b55ea850ef7af0de1afd0a9 2,960 1.00/1.00 vMB 571
788,997 788,997 00000000000000000003cbb024a4051d02e15df7c6c205493e23fa0c91ac6d03 4,069 1.00/1.00 vMB 179
788,996 788,996 0000000000000000000333e551f962fd19b96e2899be56656b6d66a3a954f461 3,454 1.00/1.00 vMB 336
788,995 788,995 000000000000000000002cb2125f7bcf0a35fdcf4c0673a70ae2ffbc02b7a814 3,980 1.00/1.00 vMB 176
788,994 788,994 00000000000000000004bc86e1aeb699f9eb6f2a370371a1d46d5aa1ccc105e6 3,814 1.00/1.00 vMB 173
788,993 788,993 00000000000000000003f3cda0a1029131800f38f1f1953c56fc82df11184c63 4,583 1.00/1.00 vMB 186
788,992 788,992 000000000000000000029b3448e24be5871038b8a7822a944510280a9dc1833b 3,449 1.00/1.00 vMB 173
788,991 788,991 00000000000000000004889ebfb1684f67c3f92c274e693ccbff12be6663f055 3,521 1.00/1.00 vMB 185
788,990 788,990 00000000000000000002524eea64da52d7ce03cc1388b71679954d0ba731a58d 4,772 1.00/1.00 vMB 169
788,989 788,989 00000000000000000002ab3a8a41654f6c523477bb71fe0fb2d96bb891cc60e5 4,346 1.00/1.00 vMB 233
788,988 788,988 000000000000000000010dda902d0b54aedb294e5c0f05c2ed9f7d73b679383a 3,637 1.00/1.00 vMB 249
788,987 788,987 000000000000000000046b89ef0c6291ffaa81ec35bb1724f7dec9a69a789bfe 3,537 1.00/1.00 vMB 244
788,986 788,986 000000000000000000016fba97e1d5b1f168e6a1c9385a8933cc0870238f9369 3,668 1.00/1.00 vMB 236
788,985 788,985 00000000000000000003c7b4fa0be952def8ba974465f09a7b06a79dcbf74c45 4,603 1.00/1.00 vMB 213
788,984 788,984 000000000000000000015fff12fafc96c1ad06935afa66d5d05eba2d5e0415ac 4,640 1.00/1.00 vMB 223
788,983 788,983 00000000000000000000b5d58be758c21081ddf340ed5081eecd0334d349842a 3,793 1.00/1.00 vMB 359
788,982 788,982 00000000000000000000891dc40c5ac74ff874846eb342e64bc5ad213bc4267d 4,392 1.00/1.00 vMB 234
788,981 788,981 0000000000000000000051ef1822b9635c14dca784778d6f157b43169c368f2d 4,472 1.00/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 782.57 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: 671.19 GB
    • Received: 15.87 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.