Loading Tool

Explorer IconExplorer

Memory Pool

52,948 transactions
31.43 vMB
0.18034130 BTC
Random Selection Loading Transactions
Max Size: 168.85/200 MB

Candidate Block

Mining Attempt beee9cb3cf620bdf3076bf3be7acaf3fcc356a9b4573910f82b48dcf934ac2c1
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 298c7ef0d7ee48a8eed5342b0387460b424e460742cf10c7b50a9750d8afe861
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.09567156 BTC
Feerates: 477.45 > 9.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (432,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,789 482,789 00000000000000000129d19512661aac5db757399497dd2b7d2fe34652214a3d 723 1.00/1.00 vMB 263
482,788 482,788 00000000000000000015b2043e344a2bdd9e8084a3b014624f5536a4144050bf 2,035 1.00/1.00 vMB 388
482,787 482,787 0000000000000000004a1f69e6c4eb4f6f45f52bd06a8361001b74e4da48dd96 1,341 1.00/1.00 vMB 337
482,786 482,786 0000000000000000006c5bfaee179f77cea7a8a646fca7a60008e3c6a215a360 1,648 1.00/1.00 vMB 196
482,785 482,785 0000000000000000000339a464970e2d7cf8e077dc557887c10ccc10694d9b3d 2,310 1.00/1.00 vMB 395
482,784 482,784 0000000000000000004dd7a7261f3ace93cd91e1018f6d23b3cb841691a15ffe 2,341 1.00/1.00 vMB 461
482,783 482,783 000000000000000000e01b7210fe8683050088df266734d82bfa5f439f4eb947 2,101 1.00/1.00 vMB 285
482,782 482,782 0000000000000000010204ad50c514eefe9f6c2ae037cbb887f67611abaa1205 1,700 1.00/1.00 vMB 206
482,781 482,781 000000000000000000b4eb8c6bc094534efdd727b5bbc35f1d524bd3e02f6808 1,650 1.00/1.00 vMB 259
482,780 482,780 000000000000000000629c1dfca6b8d2b871bddca36d6b2a2209b349e43c6fc4 2,254 1.00/1.00 vMB 343
482,779 482,779 000000000000000000d95a7e4b3931fa91d36c90067282b5f977399edf12a760 2,354 1.00/1.00 vMB 499
482,778 482,778 000000000000000000abefb640d620d018aa7dfca5b48a85a872ff0e7213f289 1,581 1.00/1.00 vMB 236
482,777 482,777 000000000000000000a2cf38d68763eadc367b01691f9ccf067d1b98096e352c 1,212 1.00/1.00 vMB 159
482,776 482,776 000000000000000000e7490bee55fc732bb0ce0de7cb5bbd5b9c9f794feb22fa 2,315 1.00/1.00 vMB 417
482,775 482,775 00000000000000000045ab34c6f36b31dbe8d733f640ecdcc947548f65bf49f5 1,465 1.00/1.00 vMB 51
482,774 482,774 00000000000000000002b068af4578dc39517601e065749010bcd33ec3428d5a 2,084 1.00/1.00 vMB 385
482,773 482,773 0000000000000000008c2f943d2676efbac133d610516dfc7234b565e0b102c0 304 1.00/1.00 vMB 17
482,772 482,772 0000000000000000001709a27c40e0c7c7bdc65fc73af6eb4af25044f05b960d 1,077 1.00/1.00 vMB 93
482,771 482,771 00000000000000000020071a3dbae429171c96811380f15ff701ba63ee1ca788 1,683 1.00/1.00 vMB 193
482,770 482,770 0000000000000000011e03f27ff605cf1429424565429d6038cc85f3047efd49 1,855 1.00/1.00 vMB 253
482,769 482,769 0000000000000000001fac1f4f00133a2467f95af25817640a9ad9f98a1dd0d4 1,464 0.77/1.00 vMB 251
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.