Loading Tool

Explorer IconExplorer

Memory Pool

77,355 transactions
28.65 vMB
0.06401472 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt d3033390a317bc9f02817e8998edae96080b1ab38d3c07e2aafa34c3cdb67029
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root b71dc1dd9242b84d878de1e936fc56497ba78d445a780a36a0f12ad8c8b3c56c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,809
Size: 1.00 vMB
Total Fees: 0.00460005 BTC
Feerates: 52.08 > 0.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (176,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,572 738,572 00000000000000000008fb91f5c912042d09d496621bcbab5c04a558a7dad678 1,967 1.00/1.00 vMB 11
738,571 738,571 000000000000000000070b49a59630c7204afdd471641538b41fcb66b120f702 2,267 1.00/1.00 vMB 6
738,570 738,570 00000000000000000008602c7ad2ac02bba2fe01a508672988b4bbfca0dff6ae 2,544 1.00/1.00 vMB 13
738,569 738,569 00000000000000000006b3ab745681dfef42d3eee29722a8cd67119cba166418 1,747 1.00/1.00 vMB 10
738,568 738,568 00000000000000000002df77da6a5e450280d95c810aba69e2e5d3535c580731 1,781 1.00/1.00 vMB 15
738,567 738,567 000000000000000000046e1968f18982d2563a255a117170adb7d84f875cd2d9 2,493 1.00/1.00 vMB 20
738,566 738,566 000000000000000000061bd7f6e8997a1a57fefd34b4ec872ca8885d852db355 1,150 0.41/1.00 vMB 11
738,565 738,565 00000000000000000008aecd563d22b66d97db95e7d6d556ea3e4eb342f5592e 1,427 0.67/1.00 vMB 3
738,564 738,564 00000000000000000006399b842b15eac6e0df9fd3e82ce204174cbcec113e61 1,973 1.00/1.00 vMB 7
738,563 738,563 00000000000000000004c2429f77617ff2f9ae44b45d1f3a92dbbf3e445f84eb 3,439 1.00/1.00 vMB 4
738,562 738,562 00000000000000000007191aa8f30af0792a0aaa59f842e343f538c488511235 1,855 1.00/1.00 vMB 19
738,561 738,561 000000000000000000048f5008df2e3e18d2889c592dcbacd8b363ec0f7ed40d 1,289 1.00/1.00 vMB 19
738,560 738,560 00000000000000000007302f5a0a53b6fbd8b612015eb8aaf87e36ab7f824496 2,479 1.00/1.00 vMB 10
738,559 738,559 000000000000000000078cc25da3052ff4e226b54b8167e79ca779d9f13fbfb6 1,574 1.00/1.00 vMB 10
738,558 738,558 0000000000000000000549c094a7cd8a727a4b315361b100b049b52c3c1df9d3 2,370 1.00/1.00 vMB 17
738,557 738,557 000000000000000000014217afbdf141cff57a7be408d68ea2a247b8b88bdebf 1,642 1.00/1.00 vMB 10
738,556 738,556 0000000000000000000449a88d58609fc50ecdaf0c974f506b6bb750ecee41aa 2,064 1.00/1.00 vMB 11
738,555 738,555 00000000000000000004a88f5c160d0c6bb19d01182150b925daa5a6a01b4eb0 2,396 1.00/1.00 vMB 14
738,554 738,554 00000000000000000007646cd645a8b28eab57cc8e960dd7983f34c85691aa0f 2,757 1.00/1.00 vMB 5
738,553 738,553 00000000000000000001e02f2a8fd817b790b93f0f65b0e7a9c6ca25e6841695 2,322 1.00/1.00 vMB 14
738,552 738,552 00000000000000000009673f9fc11e9fbf14f3708a4f280cb530abca3312bb47 2,159 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.55 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: 669.62 GB
    • Received: 15.75 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.