Loading Tool

Explorer IconExplorer

Memory Pool

77,256 transactions
29.27 vMB
0.07396656 BTC
Random Selection Loading Transactions
Max Size: 176.07/200 MB

Candidate Block

Mining Attempt fe20422d5f2e8e61cc3e23e19c1981442c9e6cc8f6d261f0de127d8a0245f98a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root aee9335ae77d31cb29e2204f4305434c411f4199c380ed67bb33b56854f8f5f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,792
Size: 1.00 vMB
Total Fees: 0.01204146 BTC
Feerates: 17.09 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (460,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,070 455,070 00000000000000000241700cbab0562bbe625946adc02b9e5c85bb43bd2d3d67 1,706 1.00/1.00 vMB 150
455,069 455,069 0000000000000000012e6560e73740982ca1361a63dc093a021a2597a22ee82e 1,318 1.00/1.00 vMB 125
455,068 455,068 0000000000000000024e15a40cfc93075e12702652a222f98a6c5a2861495824 1,670 1.00/1.00 vMB 120
455,067 455,067 000000000000000000dba1b7d4b5d6d5040b95bf75f7aa15aaeb35b8a8e1063e 1,365 1.00/1.00 vMB 148
455,066 455,066 0000000000000000003b91814bde26526c9b664891b3bfbff16f22bfc2d90c4e 1,952 1.00/1.00 vMB 142
455,065 455,065 0000000000000000001cf6ed259653f63f08b61b956296819e513528ac5fccc5 1,923 1.00/1.00 vMB 126
455,064 455,064 000000000000000000cd6c5feb6942dcbd42265bb238706e71e11539cf901909 1,993 1.00/1.00 vMB 162
455,063 455,063 000000000000000001397582a1718f95441281cc4003bd7dd41908b2c50893a4 2,524 1.00/1.00 vMB 130
455,062 455,062 00000000000000000119d68ba90ceb36fc1ce5271ea188f8595a5345f591a32c 2,088 1.00/1.00 vMB 149
455,061 455,061 0000000000000000009671ec31cbe4fdbce02284a89eac30a7801edc93f361a4 2,291 1.00/1.00 vMB 198
455,060 455,060 000000000000000001552fa1b81500af7a3cf02c0c1e016a481a6f0912e8eecb 2,447 1.00/1.00 vMB 162
455,059 455,059 000000000000000001f35e044801ef7250dc474fe44705c120605a5e8e3ab781 2,944 1.00/1.00 vMB 140
455,058 455,058 00000000000000000036946ea843eb5671f195c1136fccf5188fbafda9c581eb 2,330 1.00/1.00 vMB 158
455,057 455,057 0000000000000000026f37995653418ee693e6bc14a0bae0a11e58e1427e56bd 2,319 1.00/1.00 vMB 138
455,056 455,056 000000000000000000a38f219831b47ec6443e1cd713b9d6a8ad253921db3803 2,040 1.00/1.00 vMB 156
455,055 455,055 000000000000000000d3349d9008374533a13b6f6dcb5dedc0385ca75af840e6 2,320 1.00/1.00 vMB 175
455,054 455,054 0000000000000000026205d705f1386a3e107e5add4b13a4164302bc622ed19f 2,421 1.00/1.00 vMB 193
455,053 455,053 000000000000000000bfb90aeb4797bcc0caf71480fbaa1ae3cff3adb4ab3ee4 2,263 1.00/1.00 vMB 167
455,052 455,052 0000000000000000007f052cde31910c84434a298117b625f942f9eeef1e0c10 2,057 1.00/1.00 vMB 186
455,051 455,051 00000000000000000031d3dacbb810d4aaa7b20ea5e2311d9447eae204764216 1,951 1.00/1.00 vMB 221
455,050 455,050 0000000000000000004d5090b9627e288b9691e8d983618a71f9880b10e2fc66 2,303 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 782.65 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: 672.47 GB
    • Received: 16.25 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.