Loading Tool

Explorer IconExplorer

Memory Pool

83,081 transactions
30.60 vMB
0.16424746 BTC
Random Selection Loading Transactions
Max Size: 185.71/200 MB

Candidate Block

Mining Attempt 60f5a29815d7adce44ea001fa6fa9d399617a5c48a3d38ae21e460ac86cd54d3
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root f807bd0ded42549d9614ea02f15c1ae53afe4eb29c2e7f6cdcd8b2b8162b6f62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,140
Size: 1.00 vMB
Total Fees: 0.08474205 BTC
Feerates: 150.79 > 8.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (335,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,921 579,921 00000000000000000004c4bbcd783c0684b064bcd0980d1b903a3e9a1becad38 2,666 1.00/1.00 vMB 86
579,920 579,920 00000000000000000009d2b3db26bfcd8615c45831e5dc9560d4722601e2242d 1,197 0.42/1.00 vMB 28
579,919 579,919 0000000000000000000338d0ccaa8c9f1f878d27a173a8462e7a62c2c02fb59c 2,769 1.00/1.00 vMB 41
579,918 579,918 0000000000000000001ad286cb260bf8091a04a131a2dd0fc763cd6b28843a06 2,397 1.00/1.00 vMB 27
579,917 579,917 0000000000000000000f81ee3377ad23980014419d3242b6073f2060c52d1072 2,864 1.00/1.00 vMB 61
579,916 579,916 0000000000000000000f55c085fabc259c4a3037cb5dba84221e742011b2a4b0 2,806 1.00/1.00 vMB 84
579,915 579,915 00000000000000000001124290d7230b0e35edf098075c67715c77d2257da636 2,935 1.00/1.00 vMB 65
579,914 579,914 000000000000000000243e15def113a491e254dd6c02227ec7e9af2016dd9d33 2,613 1.00/1.00 vMB 74
579,913 579,913 00000000000000000020ec4777280afbfc878cacfdf9cfd44453a4e6e4b29ed0 1,362 0.49/1.00 vMB 53
579,912 579,912 000000000000000000037d16ff81546b65c09fd1ef00ab9305cf5e205c592bba 254 0.09/1.00 vMB 51
579,911 579,911 000000000000000000164e903fff0cf6140d2a9760acf47701614f423dd5c8f8 1,615 0.58/1.00 vMB 31
579,910 579,910 0000000000000000000e6a942f29cd0aece4af681300d1a3bb97f851ae281f27 2,863 1.00/1.00 vMB 43
579,909 579,909 0000000000000000001cc0d3de61e99a3325e9f47c183403dae88419b2f26fd0 3,018 1.00/1.00 vMB 17
579,908 579,908 00000000000000000018fb8680aa4bc634d4bcc839c515717fee2c76f736b32b 2,501 1.00/1.00 vMB 68
579,907 579,907 0000000000000000000e7d31df4c1626c33d4d4c0ba0ec71f46dbf8260c957a5 3,191 1.00/1.00 vMB 99
579,906 579,906 0000000000000000000aec58582fdfc75182972f9278aea88c2e3191406e0c87 3,168 1.00/1.00 vMB 76
579,905 579,905 00000000000000000001e503467f0d4019204da3b1ad229469050f6ca1bd7d50 3,070 0.99/1.00 vMB 41
579,904 579,904 0000000000000000000cfcd0d58b588e13484cc79e9a167defe2167ab4a427ad 2,836 1.00/1.00 vMB 44
579,903 579,903 0000000000000000001801f8f32ab6ca12388f0dcfdd03f900c003fe8b9e43d8 3,328 1.00/1.00 vMB 59
579,902 579,902 0000000000000000001a318d5886b035ba09a2519218b68022fa9a43863316ce 2,742 1.00/1.00 vMB 82
579,901 579,901 00000000000000000009a0ce912bcf357eb5f5a3a06ad648d1137f3443ec16e0 237 0.07/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.