Memory Pool Memory Pool Refreshing

2,491 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,045 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,044 (904,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,116 3,116 00000000a7d43d4fa8391bac72c9190855e1a218506ea98c5deead34ad95e62a 0.00 MB 1 0
3,115 3,115 000000002e81c7595323fbc6335ec0563ae386453db47d7a308488dcb272aa3b 0.00 MB 1 0
3,114 3,114 0000000099d8c3452d0cf0c66a72d143ad09360e80ea3ee20cef58ced2b703ae 0.00 MB 1 0
3,113 3,113 000000001041a6f4076d4f5b0cc6d4a78028dce7711b0df42daa08703ace9427 0.00 MB 1 0
3,112 3,112 00000000d36383f2c2fc24f6fd45b48dc171da5d5c6f285a43ea637b2f235acb 0.00 MB 1 0
3,111 3,111 000000003f8cb6e7f27e15898b7b60bb3a7f315ac224ed918ba5f40273b59581 0.00 MB 1 0
3,110 3,110 0000000076fefd20ace103c5c6d9335c61a563d0ed5ee08b3ccdeaf0bcd6aba0 0.00 MB 1 0
3,109 3,109 000000001e146282060620f817e7665d9a815b2ea955d1de5e0cc7061592ee2b 0.00 MB 1 0
3,108 3,108 00000000c6bf37659ded32d61de724202589c3450efce4a5c23e18f83efc4b31 0.00 MB 1 0
3,107 3,107 000000006d7aa7b2a57502a9fdf8df7781011c74138372c16233b21d80be0e17 0.00 MB 1 0
3,106 3,106 000000005306af166149744b0fc04e9fcf561b2669ffcd026355750a007a89f8 0.00 MB 1 0
3,105 3,105 00000000728d8d5a898b120f1538dc68e4df44fe486cc91e6a172b65a75aeb04 0.00 MB 1 0
3,104 3,104 00000000a2381ea41f749c4242e3e55d4e8f4477f9ba83cb3ade3a234f86b365 0.00 MB 1 0
3,103 3,103 000000006fbd5d5c06beb7bd23d87b677d3eca2e2e644a96f8eefe28b41b845d 0.00 MB 1 0
3,102 3,102 00000000de4e9e30d87758af6afab71f26ab732cea8bb5f36a927253ea44c944 0.00 MB 1 0
3,101 3,101 000000005a83151304f6be998d66d53d4e684255955d352e85a65e7020801738 0.00 MB 1 0
3,100 3,100 0000000054470b7eaf483188546c296cb32dbed05bed5dd711bd7c685f8c8907 0.00 MB 1 0
3,099 3,099 00000000bcdc52e18ad52bf541ac25122cbab181feb8ddfba2b47674f5183e91 0.00 MB 1 0
3,098 3,098 00000000f398018f34f76cdcdb48385ce7739c2d182d402207c01e394e42023e 0.00 MB 1 0
3,097 3,097 000000009a2300cca22db628c1dbfdc2755b3c51e713357ceff6e838049f670c 0.00 MB 1 0
3,096 3,096 00000000f5e5e1b325b5a1b27c0cc3f13d52e33ffb513ace2cccc68291b01740 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.63 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,652.34 GB sent, 96.02 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.