Loading Tool

Explorer IconExplorer

Memory Pool

43,334 transactions
33.37 vMB
0.15876950 BTC
Random Selection Loading Transactions
Max Size: 167.32/200 MB

Candidate Block

Mining Attempt 1d71a7c2fbb150fb8fae862ccb0834274a6056c8011125af193f2cf4de09d7f4
Version 20000000
Previous Block 00000000000000000001cb2a63283b39ccc528531fd6e8e2c415b9a7bef994f9
Merkle Root 66103460a697b960eae896588851f73e2ccf93debbc18c3032473f4c30a90c7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.08075947 BTC
Feerates: 511.35 > 8.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,334 (821,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,002 93,002 000000000002324597f97239c19366becb51bcfcf58ae3e2ca112e7930b56f34 2 0.00/1.00 vMB 0
93,001 93,001 000000000007dc9285910639eca800e61829d99785d70245c88654a4bb4f984f 1 0.00/1.00 vMB 0
93,000 93,000 0000000000015d5379547ad416695137953a85f5a059ea7023b5aa1d9fdc6f29 4 0.00/1.00 vMB 2,580
92,999 92,999 0000000000051e95a28ae0bee83247b079245e44c3070c7a619613da24f5368e 140 0.03/1.00 vMB 0
92,998 92,998 0000000000008f420a916fa4a7cb0a9aa9c80069f54be0704f7ebead6817d14d 4 0.00/1.00 vMB 3,880
92,997 92,997 0000000000044dcad339a0c954e59630dec8a4c665c0cf2da3094dcddc4ab6c1 3 0.00/1.00 vMB 3,861
92,996 92,996 00000000000442791d748c7c2f4f21beeb0f385c72064e09c03e404c81a7fbc5 219 0.05/1.00 vMB 40
92,995 92,995 000000000002640bff8d4cbcf58a88b24021bb2b27cc8b8087209c6c081f897a 218 0.05/1.00 vMB 61
92,994 92,994 000000000002a76d4fd7ae412cabce6931d4560596685c116cea003bcaf3582a 1 0.00/1.00 vMB 0
92,993 92,993 00000000000984cdb30436a7573e6231b86339cce3670dce2fb1de8b059f05ab 219 0.05/1.00 vMB 0
92,992 92,992 00000000000907fe83771a1c5f81bb5cb64b236a9c8596657c20fe7c12b09a0a 763 0.17/1.00 vMB 11
92,991 92,991 000000000000d2d43993ae3b4d5ed3332ccb90d638e8eb1e27ed7de8afe27c40 834 0.19/1.00 vMB 10
92,990 92,990 000000000007c26c5f2e910176e24a3bf391ae5b120fd5cc2b44f89d12934a6d 13 0.00/1.00 vMB 716
92,989 92,989 000000000000a33c46bbf261c9717c08cd2c3b83781105734ff328409a9d0045 1 0.00/1.00 vMB 0
92,988 92,988 00000000000668295330c854e761793b6df6e94f529db3164954761d5dc5dd42 6 0.00/1.00 vMB 2,039
92,987 92,987 000000000007b408a00e901a47b43be7abb944333cc7d7a1eeac4e6d002fdf0f 218 0.05/1.00 vMB 0
92,986 92,986 000000000004b2ee1b8c53d9e619c8765c7ecb1d97d2a71441db01c59a072e4c 5 0.00/1.00 vMB 3,875
92,985 92,985 000000000008efbafdb64b3843dc916a26dac279633744e45f02c71a6f25e8d7 219 0.05/1.00 vMB 40
92,984 92,984 000000000007c2724544bf42f59bcf9c701eec934854a11e5baa6b918baff737 2 0.00/1.00 vMB 0
92,983 92,983 0000000000036f96a6a5ea84158dad6409c227a7d2eaebce20501e498a6fbe93 1 0.00/1.00 vMB 0
92,982 92,982 00000000000575f1da5758731093e7881e3ef52cb1a43d92608b6aa56e07d979 219 0.05/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 584.60 GB
    • Received: 9.40 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.