Memory Pool Memory Pool Refreshing

8,642 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (602,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,156 305,156 00000000000000004941cdb2cdb7f1ceb4f5e945f420e22f23c5505eb69ae496 0.35 MB 928 43
305,155 305,155 000000000000000034fff304a8f535697844cec2ac7458ca1d003a22c2798a4b 0.35 MB 449 25
305,154 305,154 000000000000000002f5f223a8aa577a72ea4b2833fb2f9e200fd8fccfd4c0a1 0.35 MB 529 24
305,153 305,153 00000000000000002f3bcb9cf7bf4f0418c4b4e9403e67595ef6473203215646 0.35 MB 1,048 46
305,152 305,152 00000000000000003a7b782eeb46080643887c520fe628a5c29e73941bb0e5cb 0.07 MB 168 40
305,151 305,151 0000000000000000140edac8c1109ea2f988b399faf1e8f13f99e1d2c23a507f 0.16 MB 342 32
305,150 305,150 000000000000000025d048d6a49dc12820b0e19557e083136098aa6db8752200 0.25 MB 443 31
305,149 305,149 0000000000000000599b1f41d6aa930d2c154ff4ad0a99da327a69ed1532535b 0.15 MB 82 13
305,148 305,148 00000000000000001ef92962e4eca046c092588f82eb64a5ef3781d9513ebb51 0.18 MB 322 29
305,147 305,147 0000000000000000057413f9d4ed1abe89a262229b0e07dbd5ccb245f2261f3b 0.38 MB 146 11
305,146 305,146 0000000000000000249c127a6ad276cb5420f2feadb173b2ed9ad5bbd1e246d1 0.31 MB 111 12
305,145 305,145 000000000000000004c6221ba9bf6bf5c671f6ad1cb50444a42e54fa9ef4e853 0.35 MB 221 15
305,144 305,144 00000000000000005266d8a5805ff28bbd3cce45fafb4ea6fdf18f4be4bee4ee 0.35 MB 554 29
305,143 305,143 00000000000000003bd8a6ce5431a3028b2dddfbba06fa2dc32756eb288660c6 0.35 MB 157 12
305,142 305,142 000000000000000026d3df00fcb22bceb11c9cc406fa4aeba367425ab7f6b10c 0.35 MB 421 23
305,141 305,141 0000000000000000448d44aff664220e8f2fe2040ea3845ef7a82d7fcb3c0d44 0.35 MB 631 29
305,140 305,140 000000000000000049c7ab5b73a3454bb200103f26502575af43d3628cedfe06 0.35 MB 561 61
305,139 305,139 0000000000000000053b406e0e10a509ac2e08f0db6ae3ec4402e4d3fac7646e 0.75 MB 747 17
305,138 305,138 00000000000000002dc4609cbc23a88bf7b531cbbb08368ef3a292692186ba30 0.50 MB 360 26
305,137 305,137 00000000000000000ee502231528afe793636647e92558d841fbf8a0f1015f50 0.35 MB 246 24
305,136 305,136 000000000000000056c8b506df5cfa9d31bcc085b9c8473d873d1e747a2fd5ea 0.35 MB 73 20
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.