Loading Tool

Explorer IconExplorer

Memory Pool

35,533 transactions
25.91 vMB
0.06401818 BTC
Random Selection Loading Transactions
Max Size: 132.01/200 MB

Candidate Block

Mining Attempt 4059d58b52f75e50bcff6395f3fb0b9ac1e1a7df3018a5c36f34306479a676ae
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root a8ff962711948886281ee1a18239f5b4de43fd12cee18bc72496017049df20e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01648351 BTC
Feerates: 120.00 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (178,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,800 735,800 0000000000000000000120330e3580e2c5aeb4aed26ddf3b1a00f53b649e2b72 2,425 1.00/1.00 vMB 25
735,799 735,799 000000000000000000025dc56eaad8cdd320b9587edfc97ad068d954bc6cac7f 2,895 1.00/1.00 vMB 21
735,798 735,798 00000000000000000005b3180519acbfdadaeb0f0650f84d3361a38317861cd3 2,981 1.00/1.00 vMB 13
735,797 735,797 00000000000000000008a51bf750e48bdaa8f1be4ccc56fd09bdaf4edced4dfd 848 0.33/1.00 vMB 8
735,796 735,796 00000000000000000000af738ee51faab82aca7a49bb9b025b8cc241df291d2e 3,106 1.00/1.00 vMB 15
735,795 735,795 00000000000000000007b88afc21a5fa4cb6e188aafbb175a5c4ecb07e9f5b69 1,486 0.48/1.00 vMB 13
735,794 735,794 000000000000000000007a6ffacdaf08bf1e42766c1fc1110e8982762928bde7 451 0.17/1.00 vMB 14
735,793 735,793 0000000000000000000929216b6d7c867d6ec5dacfaf0ceb45d2218ec97e07bb 1,351 0.42/1.00 vMB 13
735,792 735,792 00000000000000000008c66bd02252fc843a9920b2fad4dd776cb61085fde03c 324 0.10/1.00 vMB 16
735,791 735,791 00000000000000000005ebd1671cb7b1a486e6e4fd07c1a2a09bd5df6637927a 1,986 0.70/1.00 vMB 13
735,790 735,790 00000000000000000001e9e299d6b50c87fd6c6217f0f4251be37caa3d530f21 2,121 0.78/1.00 vMB 14
735,789 735,789 000000000000000000047a7265fed816f881bea38401706029b3bcb04b9dcdad 2,430 0.93/1.00 vMB 12
735,788 735,788 0000000000000000000511f15216c24de18dfba3a8ae75fe9b1cc27e55a0edd6 3,351 1.00/1.00 vMB 12
735,787 735,787 00000000000000000004dc714bac4b60c159b6eace778d127fa9199e9ffea9a8 1,323 1.00/1.00 vMB 25
735,786 735,786 00000000000000000003918acbc260ab2e0d71042b675a4cc127979bb4d70bb1 1,399 0.46/1.00 vMB 14
735,785 735,785 000000000000000000045aa49809e529b515d72dcc62a8304aae837aef2dcf01 1,558 0.59/1.00 vMB 15
735,784 735,784 00000000000000000009547f80f413c495e10686ec52795b44d513be753907cd 1,213 0.68/1.00 vMB 4
735,783 735,783 0000000000000000000109123c96df0ab39a8bfd2a530cb5c955a6b7fbfc28a7 3,173 1.00/1.00 vMB 10
735,782 735,782 00000000000000000009372e86bf122f5a37a5452a36284bd34846fa4349ba49 3,363 1.00/1.00 vMB 26
735,781 735,781 000000000000000000029bd54e66921da53c7314edee0f29e772a43095b8df9a 1,140 1.00/1.00 vMB 2
735,780 735,780 0000000000000000000164acb9e5d8c4c5a24fc4c6c34bb2260af75e47475a15 2,778 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.84 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: 638.03 GB
    • Received: 12.46 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.