Loading Tool

Explorer IconExplorer

Memory Pool

87,225 transactions
32.61 vMB
0.15241866 BTC
Random Selection Loading Transactions
Max Size: 199.14/200 MB

Candidate Block

Mining Attempt 61a967a1ed101012f82dc8c413f861098371e2b74ba34812aa64bd7be02728de
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root e9434a59e66328c28158347a43d195788da62c5213fa012b853a26da7a6a3459
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.05883194 BTC
Feerates: 400.00 > 5.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (112,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,636 802,636 00000000000000000004fa9c6beba4ba851ef915dc1a51f029cfe1f19ed87ea0 2,386 1.00/1.00 vMB 10
802,635 802,635 00000000000000000005263c6aecc0bf6801506c51162c60393bf2ef15743d6a 2,333 1.00/1.00 vMB 13
802,634 802,634 00000000000000000000b787f32817260730abb27544e736146d7b4ba31a2249 2,769 1.00/1.00 vMB 27
802,633 802,633 00000000000000000003cd744af30b9c1b6fc02b7342a29699c09e16330be97e 4,025 1.00/1.00 vMB 6
802,632 802,632 000000000000000000025b34c31842a806b54d1f1889abc05ebe9fdfc2b5ca50 3,332 1.00/1.00 vMB 18
802,631 802,631 00000000000000000005029068342bfd32aa1deda00b9b062215a4762fce4fe3 5,745 1.00/1.00 vMB 8
802,630 802,630 0000000000000000000305bdcf827fa0c677d2f2b8247a9ab17fe2cf8f72f9d1 6,570 1.00/1.00 vMB 6
802,629 802,629 00000000000000000004066817bf1ba1e47d04868f321c1c82da68523bd764ae 5,754 1.00/1.00 vMB 7
802,628 802,628 00000000000000000001a0a00f9c8b4604cd3653c77e7e4d62547b6c2bbe4c92 2,211 1.00/1.00 vMB 12
802,627 802,627 000000000000000000014791fd540dd7e8b750c6bd3bd1f840b52e5b436bf9d9 5,382 1.00/1.00 vMB 9
802,626 802,626 000000000000000000008e052aba96c61af7a25a59fbb0aced63348d3842311a 4,661 1.00/1.00 vMB 7
802,625 802,625 00000000000000000002a6926eb19119b7eaaa87b98f85583122c3d47aa9fc11 4,605 1.00/1.00 vMB 6
802,624 802,624 0000000000000000000195dfeb51884e363f373bf9c49e5f079ee6a560d0048a 3,582 1.00/1.00 vMB 9
802,623 802,623 000000000000000000045d92cd0313d1c15fa1cbe2d99455ec01ddd3bbade41e 3,358 1.00/1.00 vMB 15
802,622 802,622 00000000000000000004f6d5a7b811c83a190f37c906f63fa4931447d1fa02b6 4,209 1.00/1.00 vMB 7
802,621 802,621 0000000000000000000294d57e71859f6a0129666d3349319116d353bf9f6364 2,947 1.00/1.00 vMB 21
802,620 802,620 0000000000000000000320f9e14571725589f21e7b8fdfdbeb9af1c2a13b9e7a 3,407 1.00/1.00 vMB 9
802,619 802,619 00000000000000000004a58314c958cb49c8cfbf252ef13c23ea7a23190a244a 2,297 1.00/1.00 vMB 21
802,618 802,618 000000000000000000053bf5b0e6299a4449cceb7089dc4985419a5f67822485 3,207 1.00/1.00 vMB 16
802,617 802,617 000000000000000000003bd2bc32b85864adc82f90951aa446fea8a26e927789 5,512 1.00/1.00 vMB 7
802,616 802,616 00000000000000000002cc1a20c2d50e2a6f5e525db2ef10106dcb55e0a6c46c 3,110 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.