Loading Tool

Explorer IconExplorer

Memory Pool

72,941 transactions
28.17 vMB
0.07365562 BTC
Random Selection Loading Transactions
Max Size: 166.82/200 MB

Candidate Block

Mining Attempt 55ae585d75f3fdf6b515e3ba96b00a0d8a15ddfb0f1e0200ff64e0e8a365372f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 8ec55256f41dfd1326c8bae2a05588a3becdd48fb9deb5d4601d3b205e5a8312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,195
Size: 1.00 vMB
Total Fees: 0.01724999 BTC
Feerates: 152.31 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (417,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,797 497,797 0000000000000000000eee7538a43aafb0fb3bf141944902c148c0daba4fe29c 2,106 1.00/1.00 vMB 144
497,796 497,796 000000000000000000ac4942f76c7933c4f023df4f4f9ee4faf9b75074e6a73e 2,830 1.00/1.00 vMB 124
497,795 497,795 0000000000000000004ac0bd31956ea0cf80edea8b9f888ceea5f5c52ae37518 2,677 1.00/1.00 vMB 139
497,794 497,794 0000000000000000006bb7914cc3f6dd8706210e68b2616db194b70ca8ddfa6c 2,765 1.00/1.00 vMB 133
497,793 497,793 000000000000000000cb05433af0d0a458613c41ef68eb4886b2761033356ba7 2,216 1.00/1.00 vMB 125
497,792 497,792 000000000000000000cdde707c15a8bd4613a11df1ab67aa50680f1e90858c6f 2,564 1.00/1.00 vMB 185
497,791 497,791 000000000000000000961482fcd1d8852ec1c0993f19c6b947f5f449bd07d08f 2,521 1.00/1.00 vMB 129
497,790 497,790 00000000000000000081567882d1cac85ee6af4535d65255a3d53c4daf4b1fb4 2,801 1.00/1.00 vMB 141
497,789 497,789 00000000000000000059b14d8aafeb2a04dcb27fb679ac52412a43f5099daee9 2,247 1.00/1.00 vMB 151
497,788 497,788 0000000000000000006802658c00546187f57470be4399a2d87589dd786efe93 2,543 1.00/1.00 vMB 187
497,787 497,787 0000000000000000002d9f67fb3e49d03dd24043d217eaa3c8bf6694c3b3cab3 3,204 1.00/1.00 vMB 129
497,786 497,786 0000000000000000008198d5a2d77981194ea2bf42dd9a90fff10c38fa93ff39 2,836 1.00/1.00 vMB 139
497,785 497,785 000000000000000000c6661c21ef27eeb17c4903ed7488ed69f7cbd36f4c3ecd 2,523 1.00/1.00 vMB 190
497,784 497,784 0000000000000000004cd30b4a4291d6c780d9f5c807a2793845005ebf0710b5 2,521 1.00/1.00 vMB 172
497,783 497,783 000000000000000000a7779283d3a1e19e1d3b0a5223c19267ce94386e5b89ef 2,713 1.00/1.00 vMB 149
497,782 497,782 00000000000000000061c56299f75e00fac202c4a5de1b0ef3d9dba25dd13606 2,690 1.00/1.00 vMB 126
497,781 497,781 0000000000000000006b179a96279f2b3583efb17e9fcf3e87b1172923cb8dd4 3,000 1.00/1.00 vMB 94
497,780 497,780 0000000000000000000ca93298e258060cc87a4384ea5dd7e389e9bded97162d 2,731 1.00/1.00 vMB 157
497,779 497,779 00000000000000000029f25e865ee0663bd58582cddbaf1d168f3ead266b6d2b 1,274 1.00/1.00 vMB 104
497,778 497,778 0000000000000000009df2a09fab018e459894a70faa559acf695fb69aff7002 658 0.98/1.00 vMB 108
497,777 497,777 000000000000000000be008f6b1017b8ae8078042a40ed55aa924b72528477e8 2,136 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.