Loading Tool

Explorer IconExplorer

Memory Pool

72,533 transactions
27.31 vMB
0.09394935 BTC
Random Selection Loading Transactions
Max Size: 164.78/200 MB

Candidate Block

Mining Attempt bad9ebb6dde9f759ef068f186afa851e510443de5e8cc715fa52d510b7197a4b
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 308cdcc0a57b42cc1e4da59d8b5308dbb44ea4cfac08db29c5b5e2d2cbabb0a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.03508049 BTC
Feerates: 445.47 > 3.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (763,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,994 151,994 000000000000063f52e5a37f42cd0fb1398a9796d8a9dda4281d3f7119a0b388 98 0.03/1.00 vMB 2
151,993 151,993 00000000000005d90dda0e83bef5bd291e8056a3e8354d5154e00411a1db62a0 74 0.09/1.00 vMB 94
151,992 151,992 0000000000000a544d3ba541dddae74e46469e38b1f8ba4681e0b5f722bb9670 190 0.06/1.00 vMB 206
151,991 151,991 0000000000000d7990596a46c4f5c526e8df1b992c9e4e30cd8bcde0efa434dd 2 0.00/1.00 vMB 114
151,990 151,990 000000000000041b429eb98484e0380ba78945aa3b4698e1709aa4fdc0ff7a79 6 0.00/1.00 vMB 116
151,989 151,989 00000000000002016d111b9c0e59ad60470151a0ac9c861738370bf06f5b3045 4 0.00/1.00 vMB 287
151,988 151,988 00000000000001a46c4372d4fa8362c9f1b3ecb8b6140d4a1fe45c62fe242fdd 7 0.00/1.00 vMB 50
151,987 151,987 00000000000009cf2f812d2f8e54543feb5a07807b5b131fbe465235d3be9472 9 0.01/1.00 vMB 25
151,986 151,986 00000000000008605199c8e15211cfc036161d6c7d7cdfacef8dbb4464dba3f1 62 0.02/1.00 vMB 213
151,985 151,985 0000000000000686f004a8bf416c58bf63ea5f18e430931c89f765c1fc1498cb 44 0.01/1.00 vMB 41
151,984 151,984 00000000000006d20c5eb415c17ede751daa352ce6c9d94ca9264d8448b25891 169 0.05/1.00 vMB 195
151,983 151,983 00000000000007130f781a24693e08e5c3e520383bc803fd3cae26940f4516d1 86 0.03/1.00 vMB 183
151,982 151,982 00000000000001fa90497d1cdfe1e4d8459a97519303abd2280e7dcf518ddd67 3 0.00/1.00 vMB 0
151,981 151,981 00000000000007728044c8f05d17066f2db4b9c517d67ea138dc5d8eb6cc2624 4 0.00/1.00 vMB 162
151,980 151,980 0000000000000b51ea72882599797cbe732727302be51cab6891b6807219f55f 19 0.01/1.00 vMB 287
151,979 151,979 0000000000000051e12d81e4f3768139ebcf9e014c22b2d3defe26ffc27ece34 71 0.02/1.00 vMB 72
151,978 151,978 0000000000000d6caf43f70e4094e410a03cdb654bdb61a5adb72ea636001a17 12 0.00/1.00 vMB 18
151,977 151,977 0000000000000daf1d1fa17d2cc6c53dff45dd7e3b0d6228bb2a59629c2da8b6 31 0.01/1.00 vMB 19
151,976 151,976 000000000000020015a8793ff76eff719fe757e1ee8668a72e1a215193940faa 6 0.00/1.00 vMB 91
151,975 151,975 000000000000061be2f74fe7a367edc50ff9808f54c52d498a65c78e0076be15 41 0.02/1.00 vMB 35
151,974 151,974 00000000000003ab83b1550ddfeedf8bfb31859c6ab379833a8bdecb4fa3d66a 8 0.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.19 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: 751.91 GB
    • Received: 18.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.