Memory Pool Memory Pool Refreshing

1,004 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 998 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (161,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,074 746,074 000000000000000000083754e2e681407a3bc8093fb00028b5cfc9e387c87422 1.67 MB 3,504 5
746,073 746,073 00000000000000000007f8e2d70fd8a682125d95fc7b988e709bde792458eb87 1.57 MB 3,375 8
746,072 746,072 00000000000000000000c31b3be60f6dee2a715996273cc3e6c019e72c0d3f92 1.57 MB 3,099 15
746,071 746,071 000000000000000000082f2c523914103d91295f6997789e00d1b9bfd3dba715 1.47 MB 1,072 12
746,070 746,070 00000000000000000008e6712010f8df1f4dec6c4283c0025a5d9ef6d25d0ad5 1.20 MB 1,401 22
746,069 746,069 00000000000000000004ca1fbba88c5618b1e64c971c4eab40ba4cdbcd22e77e 1.48 MB 3,268 23
746,068 746,068 00000000000000000003fdc3965bcbb973cf722ed4a16c02984e125c8794273c 1.58 MB 3,081 21
746,067 746,067 00000000000000000004b2c2773e9c8b268f5d1d473f0e5753fca7d5c96b7e72 1.39 MB 2,560 18
746,066 746,066 00000000000000000004c2651536cf652164d9fc1d1759e667273b44064d7396 1.46 MB 3,210 25
746,065 746,065 00000000000000000009801e7c5632b68059c16afca6c5b0d77506ccaff508d8 1.47 MB 3,352 31
746,064 746,064 00000000000000000008ff6e0e3ed2516643f40b5c74f09d8ae45f93ce05a56b 1.35 MB 1,900 17
746,063 746,063 00000000000000000007ad9c4cd7fa24f955e76a878bdde6de88494230c6ad47 1.49 MB 3,590 25
746,062 746,062 00000000000000000007f00335bc4fbf97f9cc09c249b0be07475a7d75cf9f74 1.34 MB 2,173 35
746,061 746,061 00000000000000000007954dcd5cdf43b7c2ac1363b3b793a7f0bc046b7ee3a2 1.59 MB 3,144 23
746,060 746,060 00000000000000000005bc579706336425aa54b8365f82d7a1662bcc0e16fd25 1.48 MB 3,303 29
746,059 746,059 000000000000000000037d4582095528d92dfa40f5058821efd3a195096f999a 1.42 MB 3,316 28
746,058 746,058 00000000000000000007ed047413d372f61ab7c8975223b9b2c911cb82ae4924 1.29 MB 1,857 15
746,057 746,057 00000000000000000000bc67f56db5cb9ac3034498700615ac269c8c644c038e 1.47 MB 3,239 29
746,056 746,056 000000000000000000008ab93a5b5acb810113a4d5f3dab9c78ac2246d29b2f0 1.71 MB 2,433 23
746,055 746,055 00000000000000000006051cc5118aca7b39a309f53d1559c075e3e0ad789ef5 1.51 MB 3,127 25
746,054 746,054 0000000000000000000080ac061825c1ef37d37a05b671ac4368cf0e1b6f889a 1.63 MB 2,445 28
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.