Loading Tool

Explorer IconExplorer

Memory Pool

81,784 transactions
25.86 vMB
0.06854987 BTC
Random Selection Loading Transactions
Max Size: 163.42/200 MB

Candidate Block

Mining Attempt fbaf069b138b2344d530ca822f832ce2c8c5a607c759364e7f8074414b6a3e2d
Version 20000000
Previous Block 00000000000000000000d59abfc71068578900077b86a047e79fe2fc5dd5bee7
Merkle Root 3c4d8b7ec83089a9a20325c619f8b0e5c42e9b272202c58491c3eed6489daae4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,020
Size: 1.00 vMB
Total Fees: 0.01147697 BTC
Feerates: 100.69 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,947 (856,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,590 59,590 000000000597181c30885401acffa1e2aefa74e98db388c8c7d636e0944a5c56 1 0.00/1.00 vMB 0
59,589 59,589 000000000733565ca7e4a9a5a1171a1987838dbcf611367c84cb71be51169d20 1 0.00/1.00 vMB 0
59,588 59,588 00000000021a830c23ecabdbfe5174d4a0341c8908e7c22e012cc95e03923cfd 1 0.00/1.00 vMB 0
59,587 59,587 000000000a22bad7a216d87316d6e132ee949a82a9f1a463c5587fc9e7dd372e 2 0.00/1.00 vMB 0
59,586 59,586 0000000000d970148de302faaaeeedd9b7b071e283792872a28166c41d65e515 3 0.00/1.00 vMB 0
59,585 59,585 0000000006546007dfe57e572ad70e6ce3c4021a89689496a75cf742e48e7882 1 0.00/1.00 vMB 0
59,584 59,584 000000000d86ffc06bc5c01a8d508ad01265a4aa920e12a974d21aa25aa5aabe 1 0.00/1.00 vMB 0
59,583 59,583 0000000003236ddb772609a8c540f93254ecdc09cdafdd18fa98f635e308d8bc 1 0.00/1.00 vMB 0
59,582 59,582 00000000084d940b912adbf1b5f721328692e232872e9a453265aa4bf0d28795 1 0.00/1.00 vMB 0
59,581 59,581 000000000d46fefcf0ebe8568e59bcac2fc533c3c9c9da782d2a22f07eb9c36b 1 0.00/1.00 vMB 0
59,580 59,580 00000000083cf24371c614102a5b10991e428ce5d852e01568157916052320d7 1 0.00/1.00 vMB 0
59,579 59,579 000000000ebeba45c2e6e87ec5587462ef6d9eddbd6734c7191ad5fb0b14bdc8 1 0.00/1.00 vMB 0
59,578 59,578 0000000003b9c97f148ab287c53e5c8f19ca7c2782afca5d012f71f3b34c451b 1 0.00/1.00 vMB 0
59,577 59,577 00000000052b6a02faccfe417e8fb8cf931865624960aef5b07149bf26680a00 1 0.00/1.00 vMB 0
59,576 59,576 0000000004977e6d3e6ab18b32f4f5ca43eac6f089b1fb5312cbba75a3b74e9a 2 0.00/1.00 vMB 0
59,575 59,575 00000000045d54220dbc74eba31615d9bd87c5c7f138f10fa4d49c3df15df404 1 0.00/1.00 vMB 0
59,574 59,574 000000000b1baf979c8f59816e3d8f4873b6224fa217309234cea37c61023d0d 1 0.00/1.00 vMB 0
59,573 59,573 000000000bbb0dde89c4ccd3d5faced4cedb506bd8a74a74db09558e7df55959 1 0.00/1.00 vMB 0
59,572 59,572 00000000046739c1ea3612322e1769f07783ebb22fb62498b7fd2ff249a52f29 1 0.00/1.00 vMB 0
59,571 59,571 0000000002e0bebdedd492c730357e2ccaa9ae813d65746db80e1a1e803b4aa7 1 0.00/1.00 vMB 0
59,570 59,570 000000000948d647cf1bf9570154d47591b70d762d2806dc768c9d8c80c94221 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.03 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: 800.22 GB
    • Received: 22.80 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.