Memory Pool Memory Pool Refreshing

8,290 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,489 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (752,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,396 155,396 00000000000008c0ec40d966435304d6fba71039b6ea7f5aeba509703c66635f 0.04 MB 98 284
155,395 155,395 000000000000076098caf1964af468519060b262ca42dfa23bffb5837b2c5794 0.03 MB 41 190
155,394 155,394 00000000000002d9275c70c7485c09932421083b24665e5aa30f9e0ab93f017f 0.04 MB 85 82
155,393 155,393 00000000000006a6cbcfd481de559f97ebeb33fbe0ac6ff63e508aab7b0d5b40 0.02 MB 60 31
155,392 155,392 00000000000004502d1454378102226a3a019876e39e540ff3be3d7cc7e46140 0.01 MB 14 20
155,391 155,391 0000000000000ca71184e504925ebf0f012d0f513de650354b94422b05491775 0.01 MB 25 52
155,390 155,390 00000000000001d6d2985425210a005c2345447fbe1cd0318ff59ba291703be0 0.01 MB 18 48
155,389 155,389 0000000000000b6cf20ae82c795c5c7df01f4bc1efd7db0ae3aea1f592967208 0.00 MB 4 0
155,388 155,388 000000000000001c9a619ade6086b18d9ec674a8cf69a6008399fe0d4aaaba93 0.01 MB 46 173
155,387 155,387 000000000000044d8eedae2a4f71d82b63dd122d9299b3a76ac02f56966f36a9 0.03 MB 98 81
155,386 155,386 000000000000020200218d0fed67bacbab2983960be29cc72740f1b99d2635c8 0.01 MB 23 44
155,385 155,385 0000000000000457197acba15ed7dc0b77f5392acc4db6181313668ead39c539 0.00 MB 8 0
155,384 155,384 0000000000000e74d86ec312bfeb7f328c0910d81e32f2383db1ae87a310cd7d 0.00 MB 9 371
155,383 155,383 0000000000000d225b7dcf06860a629abafb169d83bb563016b0a9bd1ccc01f2 0.02 MB 31 45
155,382 155,382 000000000000098c534e3fe6be4c1efbc0c17672e7e16837132df1657be30f39 0.00 MB 7 40
155,381 155,381 0000000000000a734b64413b2dedc61820b2b0adffd7ac15caaf5455dd0fb8ab 0.01 MB 16 563
155,380 155,380 00000000000009d8e010c2e0aff83115e81080898ae654317d92f74ec24254c8 0.01 MB 22 29
155,379 155,379 00000000000007da87cca7b94ebda1556bc6e262f90a39a5090c632eb6bb509b 0.08 MB 14 76
155,378 155,378 00000000000009981995f6cafa3b03225974b35cb9e80dd78cd8c30f161e48d2 0.03 MB 51 116
155,377 155,377 0000000000000977f93a1c970cceedf0bdab49d45ed648b7eefe379b7f5ca22c 0.01 MB 23 166
155,376 155,376 00000000000007ac6734e4d61ddb1436118fc13a11355845fb4522521eb522a4 0.01 MB 25 694
Previous 10 blocks ↓
Total Size: 769.03 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,625.15 GB sent, 93.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.