Loading Tool

Explorer IconExplorer

Memory Pool

73,099 transactions
28.21 vMB
0.06701455 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt 6e832e53b51c21e5fcda624abaace97ffe900eaac4449719e304e151fa189dc2
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 0592f9df9acc03e3feadae291609ea1157f8449fb4836a738ee6c2578bc28f98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,076
Size: 1.00 vMB
Total Fees: 0.01014899 BTC
Feerates: 14.41 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (764,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,850 150,850 0000000000000633a46a816d2cb70eb1d473b6f09cfa5cd9398a1cb2e89cb71b 132 0.06/1.00 vMB 175
150,849 150,849 00000000000005bcd18278fca95d60a7fa285475c6c81cee82bc162900c3f515 102 0.05/1.00 vMB 186
150,848 150,848 0000000000000930596d06ff52c29325900cac25a44d2f14bc3bd2ca6b0d0b33 69 0.04/1.00 vMB 150
150,847 150,847 0000000000000463696221d9691a8db65d836e251376d4198e0cb8cdacc81da6 11 0.00/1.00 vMB 0
150,846 150,846 000000000000092d4bf3fce0559f6c61381c09fd21d92b8129fccd9362c601a5 18 0.01/1.00 vMB 264
150,845 150,845 0000000000000168b62aaa5343d5afaceaae640764f5f463242768bbc9a9d82f 44 0.02/1.00 vMB 197
150,844 150,844 00000000000000c0c3dcdf9bbd51be153abd4f699cb36f3a0b327fd2b236a412 76 0.03/1.00 vMB 163
150,843 150,843 00000000000003f07e913ba867e36a2c832fdf6fffed918fff51cae93b1108b3 70 0.02/1.00 vMB 173
150,842 150,842 00000000000000ed911ac99a7ad9364d76ea319ab6be0396b6bbed9af822cb27 38 0.02/1.00 vMB 48
150,841 150,841 000000000000007f4423eef624620c2683ee2434aacea1144b7d67cd2eaed405 21 0.01/1.00 vMB 59
150,840 150,840 00000000000009b4dddf4922c3ee3bd1b8107af30ae5aace2e180a1c061bb386 31 0.02/1.00 vMB 170
150,839 150,839 000000000000002744fff8182b9a9805ae15bda36eb224a5734cd22202983987 35 0.02/1.00 vMB 131
150,838 150,838 000000000000075eac898a649ead7ef3adb739dc6ae1dc76dfeea1fde98b5dc5 65 0.02/1.00 vMB 47
150,837 150,837 00000000000002b1e2dc6477e821e48a00c28c311a79d794100bc69d8a4ae69f 33 0.01/1.00 vMB 91
150,836 150,836 000000000000012536617907bbb14a10b3d9a87fcd405c3db8cbfac2a3a47dcc 18 0.01/1.00 vMB 321
150,835 150,835 000000000000033674809580463d4bac2406f576ab344d1b9cdaa2bc6aa94f90 11 0.01/1.00 vMB 54
150,834 150,834 00000000000008b03c1b6010b7f746d962f72fd149d37dd4d1949b19e23f3a4e 147 0.04/1.00 vMB 34
150,833 150,833 000000000000053e91c1a4b4eac93fc02c8ed01d6f4a115f27c8c09aacae350c 103 0.04/1.00 vMB 208
150,832 150,832 0000000000000416153f8de7056291a05a3c52616e937e6b7d9b0b5a2eeb509a 125 0.05/1.00 vMB 159
150,831 150,831 00000000000007303134a6f4be88af54ce15d2e0932a80ac465ee560e08b3c1c 101 0.04/1.00 vMB 200
150,830 150,830 00000000000006d2d84ba0f8e6c9aed33c76781df2504a244ee51955fcce2c38 62 0.03/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.