Loading Tool

Explorer IconExplorer

Memory Pool

51,676 transactions
30.25 vMB
0.25891062 BTC
Random Selection Loading Transactions
Max Size: 159.53/200 MB

Candidate Block

Mining Attempt f87a6067ba1bdf9ba4e6de745643b6f8c846eddbc954d01598eee8aa2c6b04fd
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 88a888f1ec802aea74ed75f7536b104a8171039df5cb720d34e73c9abc7524ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.08167071 BTC
Feerates: 220.25 > 8.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (447,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,072 467,072 000000000000000001ea94e9efdd0fe2101a4405c889dd7be881faa1400c1cb9 2,369 1.00/1.00 vMB 226
467,071 467,071 0000000000000000017a17877b821a4fac7e0e73249394ae7bb25ee1c858334c 2,023 1.00/1.00 vMB 326
467,070 467,070 0000000000000000001d032b7a46e49ec5143ecfbe993c89b99084f20b9bd960 2,489 1.00/1.00 vMB 135
467,069 467,069 00000000000000000110200bca972b3741e79a3ff6b5c92371f4958d0638eb23 1,231 1.00/1.00 vMB 204
467,068 467,068 000000000000000001b3f82b9a396478e9408e5241adc01b885eb387a5d890b0 1,999 1.00/1.00 vMB 162
467,067 467,067 0000000000000000019365ac736df625df3e97ab6edeb382af0960be3e9be505 1,704 1.00/1.00 vMB 165
467,066 467,066 000000000000000001bfcf37cbfa38f89e5fa83bf1f4874632dc13245a5c2c93 1,852 1.00/1.00 vMB 205
467,065 467,065 0000000000000000017a448a778d9f11b8e8171b9d8f9171821bfd6e531423dc 1,961 1.00/1.00 vMB 350
467,064 467,064 000000000000000001668da217401ff52564276844f4e82914b7d3fd74ebab87 2,139 1.00/1.00 vMB 309
467,063 467,063 000000000000000000a38d3af85725869820a22087f5dcea4e6ea596e02fde6f 803 0.75/1.00 vMB 171
467,062 467,062 0000000000000000006682ccf3c25f269ab14bfd6257db3fa4336bed027aa315 2,240 1.00/1.00 vMB 205
467,061 467,061 0000000000000000008d72cd7df35c7cdc72594fc8bcf2e16cc7c5c0cf727a63 1,253 1.00/1.00 vMB 171
467,060 467,060 000000000000000001dee8b612d2da7a3f50eda4ebbb0332d604c0782ff23f84 1,974 1.00/1.00 vMB 283
467,059 467,059 000000000000000000ea8cc2f5f21bfedff1fa2685d2de0b1e65a57b2492d340 2,310 1.00/1.00 vMB 198
467,058 467,058 0000000000000000004dbb063f42d6d7589e614fd1d827bd6cb37f1b4fdbbda8 2,197 1.00/1.00 vMB 340
467,057 467,057 000000000000000001979e8b4eb61fa538ff5895f1c0ebbba146073065320244 2,113 1.00/1.00 vMB 266
467,056 467,056 0000000000000000001d19e178140562620960bf8bf2a252478a5d864a0a5578 1,496 1.00/1.00 vMB 264
467,055 467,055 000000000000000001c3d39a10db6318d67853d105dbafef3db8ebe414d8c14f 166 1.00/1.00 vMB 74
467,054 467,054 000000000000000000001ffcf29515c8abce3af59d4e8e6d24a6c3384cadb153 1,977 1.00/1.00 vMB 207
467,053 467,053 0000000000000000003916c68f536b84225cb9295c3ffbf2bbaa98f3582e4195 2,177 1.00/1.00 vMB 308
467,052 467,052 0000000000000000008f8552ee9ca1f6890b614d9fe2555a03e4818eb228f2b8 2,336 1.00/1.00 vMB 258
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 644.10 GB
    • Received: 12.61 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.