Loading Tool

Explorer IconExplorer

Memory Pool

42,530 transactions
29.68 vMB
0.08908008 BTC
Random Selection Loading Transactions
Max Size: 150.95/200 MB

Candidate Block

Mining Attempt 597d7f523761198c0bd8cd3dbe088878af2f3645d2087e9b5848e531e29160af
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 420946cbfd2cd135c251df13f1e72f5d5e9b25b53a9eadd34c36a2e252d6bbec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,465
Size: 1.00 vMB
Total Fees: 0.02995090 BTC
Feerates: 150.97 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (384,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,072 530,072 000000000000000000345bdc23f72685ac1adb0e2e4a2d25caee43d54816ca84 1,914 0.69/1.00 vMB 32
530,071 530,071 00000000000000000002a64399bf1eaa328d5889090f3dfb42b8943d61e08fcc 2,776 0.99/1.00 vMB 3
530,070 530,070 00000000000000000010fe8d498d23f006d24bc6c784064f382035a5afd2471b 1,904 1.00/1.00 vMB 41
530,069 530,069 0000000000000000000d2951aeff9f86a0b49ce868524e5d20edeb7c5b8ff990 2,946 1.00/1.00 vMB 31
530,068 530,068 000000000000000000163366cce04206d3518fb19d65aefb0947311d9e138251 1,286 0.43/1.00 vMB 23
530,067 530,067 00000000000000000015c1e49cffb678351e06bdbbf89bb00adcab8e29595a3a 1,849 1.00/1.00 vMB 3
530,066 530,066 0000000000000000002f50a7264cbe1877177b2c812f059e9003102fd85b2b2a 1,741 1.00/1.00 vMB 5
530,065 530,065 00000000000000000021bb1ece47e405a7266d19de086f65bd158735879c2ee2 2,481 1.00/1.00 vMB 20
530,064 530,064 00000000000000000009c628bd3ccecc4be93496a522c3ea646c1d4786080492 2,354 1.00/1.00 vMB 37
530,063 530,063 0000000000000000002ac3414d04c7c0dfff5e14af35e8ee1badef66ba84a032 2,553 1.00/1.00 vMB 37
530,062 530,062 0000000000000000002dee096466bd40e4f9f33b92d02af71f4a40725d65ff55 352 0.12/1.00 vMB 19
530,061 530,061 00000000000000000019bd390049d38328f8b2b05b1c4eac6745ffe144f7b309 267 0.10/1.00 vMB 28
530,060 530,060 00000000000000000033a9984d21daf8f6a94e7d16586e6eda49d5dc2de7fe89 2,285 0.94/1.00 vMB 23
530,059 530,059 0000000000000000001f2fa4a8b36813f7ad3649ec411cde9783097bc1aafd90 2,631 1.00/1.00 vMB 25
530,058 530,058 0000000000000000001d7f59d6caec03f5adae96942306ad32c56141b2cd16a4 1,272 0.79/1.00 vMB 21
530,057 530,057 0000000000000000001263c7880b1dd0ede0de41c3f1f249325627884dc3244e 654 0.25/1.00 vMB 16
530,056 530,056 00000000000000000035131b4d3408528721a0b8bb259d610ae4cc2fbc3977d4 2,721 1.00/1.00 vMB 24
530,055 530,055 0000000000000000002e04c05b8e26761a36baf2e405417041e9a86e9c9e8942 1,161 0.47/1.00 vMB 24
530,054 530,054 00000000000000000007d5a37e92703bcfdda274c8ec19b299c3573dddd2cb19 76 0.02/1.00 vMB 23
530,053 530,053 00000000000000000036688aed11204da053a0acbb16aef84bd1fba6e07c97d5 1,399 0.55/1.00 vMB 28
530,052 530,052 0000000000000000001d6de31ede189001785e0a985f9f1377da63ba5cc585ea 167 0.07/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.45 GB
    • Received: 11.66 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.