Loading Tool

Explorer IconExplorer

Memory Pool

82,699 transactions
30.46 vMB
0.12303922 BTC
Random Selection Loading Transactions
Max Size: 184.30/200 MB

Candidate Block

Mining Attempt 9455cf0ff4e91d5157fdaa2e6c9a9f6ab10fd46c6ace5a95f609c70d7502f59b
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 0b963593301bde0134fca5ea84e836cd70e6b7b04b13c4d16086a8f799147134
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,117
Size: 1.00 vMB
Total Fees: 0.04342191 BTC
Feerates: 150.85 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (428,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,941 486,941 000000000000000000bbc188fb247c7483680010ee8269b54bee82f90fc4b07a 2,730 1.00/1.00 vMB 180
486,940 486,940 000000000000000000ac464f5e2df28ee6b9ade6477993a7d289b7c7ff859ae8 1,964 1.00/1.00 vMB 191
486,939 486,939 000000000000000000e7699055f993a9a2d16e0777d8c4f7be97cb5f43c8f55d 2,382 0.98/1.00 vMB 189
486,938 486,938 0000000000000000001cf38465c68e846599fe459f6ae9b7eb586df258771d96 2,062 1.00/1.00 vMB 135
486,937 486,937 0000000000000000001d2a4a88a19429a36c285cc2cb41c11a23c875596358c8 1,918 1.00/1.00 vMB 176
486,936 486,936 0000000000000000008add527f948bce9acb7c3c848d038334884dfeba0c6636 2,367 1.00/1.00 vMB 165
486,935 486,935 000000000000000000c81eeaa0e0274e0376a8ec21f801c4b78b3a6c71ef37e6 2,615 1.00/1.00 vMB 138
486,934 486,934 0000000000000000009fd230518a5b3d50ebcd5120a844c265d6fb67b21382cc 2,427 1.00/1.00 vMB 181
486,933 486,933 0000000000000000008b916551b4078177ac57d521cc295e82f237641bf4d19c 2,312 0.98/1.00 vMB 182
486,932 486,932 000000000000000000fe3566aa3e0f0f59474c1baf4afb61e1f0c2cacacaf575 2,582 1.00/1.00 vMB 196
486,931 486,931 0000000000000000008341269d0551365f11d3f2c25f63bcfe03a8526ba20904 1,709 0.98/1.00 vMB 175
486,930 486,930 000000000000000000730006d2128ff1e4f907a44ab416e3b1ce7a4ad8955fea 2,787 1.00/1.00 vMB 148
486,929 486,929 00000000000000000082dbb9268d04c1c4926bbe064a26d849707bec2150c530 2,213 1.00/1.00 vMB 169
486,928 486,928 000000000000000000a852765c6ed1da07228686b57b22c99684957f57ba0424 1,896 0.98/1.00 vMB 188
486,927 486,927 000000000000000000cad3fc3d910ca623582abcc41aba868eb64af420e127d1 2,219 1.00/1.00 vMB 150
486,926 486,926 000000000000000000fe932ad4104e35705dd4f83ef139332bfd006c1241d63e 2,186 0.98/1.00 vMB 148
486,925 486,925 000000000000000000c27e88490355bade30f979abbb3342957f132c65600eb9 2,385 1.00/1.00 vMB 156
486,924 486,924 0000000000000000001e33f3d86676dffdfd190715e638e444d34f4d0a8f4ee2 2,139 0.96/1.00 vMB 160
486,923 486,923 000000000000000000e2a0c7fea3bb6e9bc702156ff8dc6993a8bbea63314d5f 1,810 1.00/1.00 vMB 144
486,922 486,922 00000000000000000042256e276858fdc9ecf7e0c735e97d99fce5b3c4aea22b 1,709 0.99/1.00 vMB 179
486,921 486,921 000000000000000000578221933da3bdda498b24ce6d6cf24d420f2052c73abd 1,629 0.99/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.63 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.37 GB
    • Received: 16.21 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.