Memory Pool Memory Pool Refreshing

289 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,567 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 289 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (822,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,592 85,592 00000000000550893bca8bfbf8598a6f6004e12f4fd20b5cc684ca7236fb6084 0.00 MB 1 0
85,591 85,591 00000000002ebb59ab49db352191ad4d9a18392e96c41ad146835b95364633a8 0.00 MB 2 0
85,590 85,590 0000000000164cf8ebd1bf2e38505e1416c549bc38a3524bec0fe3b21e8789d9 0.00 MB 1 0
85,589 85,589 00000000000ce5831f202f8ac98f9248dffa95769d948ea49a87c249a5697cf7 0.00 MB 4 0
85,588 85,588 00000000000c8a78c9d0b0300c1958ca7a4b7601f4979f83ebb2208e9e8764b3 0.00 MB 2 0
85,587 85,587 000000000026a3e5751689267082ed71f9526f3341566703b8eb95b1fa48141b 0.00 MB 1 0
85,586 85,586 00000000002abc69df751db7e47d9a172f022cf1d955a9e79a7bf465df75ac71 0.00 MB 2 0
85,585 85,585 00000000002ac1bce6e1a9ae6114067955364221edadece385a821a86cd71aaf 0.00 MB 3 0
85,584 85,584 00000000002e28291e1aea040368b29dfac08db8bad47faf6bda2fb6eba86a95 0.00 MB 2 0
85,583 85,583 00000000001996f5a0ca4bcdbd6ad52dcb847ab4955df6da3382764077e13279 0.00 MB 1 0
85,582 85,582 00000000001e2c5aca81ff8f8d03a1b3d89a78d14060c81005da9398fbd65d4a 0.00 MB 1 0
85,581 85,581 000000000010afbc74ea7a02d3da6f8d4e639b6a1f966b026c073424053bb031 0.00 MB 1 0
85,580 85,580 00000000002b388a653b2521ace6d1578e7644080decb3e5f5318f1762bd0aae 0.00 MB 2 0
85,579 85,579 00000000001a39eb710f98722ad557a1836c4d03818672b0c4524444d639e010 0.00 MB 2 0
85,578 85,578 000000000010861a0735732a3f4ef6cc73947e44964235ec9a6ee39e39f9c35b 0.00 MB 1 0
85,577 85,577 00000000001da99f4a814c06fc497dab50d390b315d917f79384c928e5c03255 0.00 MB 1 0
85,576 85,576 0000000000104320312370607a49596cfa13dd2eaf470cac99e2788baa5ba4ac 0.00 MB 2 0
85,575 85,575 00000000002dce2112bd83161b749178578286d7fa1776354141971b852ff4d2 0.00 MB 2 0
85,574 85,574 0000000000038f5bddbaa91e1f6750c2c0e60c8d91341ccef09ebee63c4c8ab5 0.00 MB 1 0
85,573 85,573 000000000016a39b0414afd66b3a4ba031e15567ae962a8621ed978ed119b2b6 0.00 MB 1 0
85,572 85,572 000000000026892d497d2163ff155ed3407ab2673076552eaae72aeaca1734ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,847.78 GB sent, 100.70 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.