Memory Pool Memory Pool Refreshing

7,781 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (762,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,992 144,992 00000000000001cddd3fac37621f13e32f85a0b5a80a137283b19d262811b972 0.05 MB 137 274
144,991 144,991 000000000000082ff62a5291732cb913a68ca59c69b7e4606905d9a833d40111 0.00 MB 12 198
144,990 144,990 00000000000003195caf3b4e59dc540eb6a0c0390c3da7732f6e7e175bebf295 0.01 MB 29 340
144,989 144,989 0000000000000577a0e9be794efe14e83dc8096d876df7c55125841ace351f2b 0.01 MB 21 50
144,988 144,988 000000000000065eac817704824d8ddcbd01668303672e77cc90a0a4bdf8ff1b 0.02 MB 36 96
144,987 144,987 00000000000000ed63dfd6374e68d1f22fb81854859a45f139286f936c380ec3 0.02 MB 61 320
144,986 144,986 0000000000000138799c529777b4098f4c52c61fd7df5a9f22de4ec45624b03b 0.03 MB 65 204
144,985 144,985 00000000000003ec763dbb41a3bf352dd0ca0d0990290fcf8351c0c4adbde8d6 0.01 MB 25 916
144,984 144,984 000000000000056419c22e2e8e8994faa43486e4602316cf3ea9add4e4135cdd 0.00 MB 5 51
144,983 144,983 0000000000000602f74a00248155009b42c5b7bcb7184d569826fddf428c31ac 0.00 MB 4 0
144,982 144,982 00000000000007641f52d76cb8974407f110b3cd2f9642b5a97b7a73fb9d9773 0.03 MB 104 8
144,981 144,981 0000000000000859130a8ce02171bea5b8b9fc4fff0e6410e1a5ad826d0c0172 0.05 MB 97 129
144,980 144,980 00000000000003e86a4406f14c790cf229db8b798d9b5f33b9db067da3b64c5f 0.04 MB 127 139
144,979 144,979 00000000000002ddc33c11bff66ec268a38c62327b50927dbe23a533f750f51b 0.01 MB 24 148
144,978 144,978 000000000000024d66cfcfc889f3c51a0f5cb11e5a0f5f7a4c5351b30d9a6718 0.04 MB 73 144
144,977 144,977 000000000000010d5bd2cfba4d00026c23cf3e50f40e41b2b250e68a365cd54a 0.01 MB 16 101
144,976 144,976 00000000000003b665278c8c8949a97c445fb29d74cd540a0b35c698274497d5 0.00 MB 12 17
144,975 144,975 00000000000000758010bdcfaa377bef3e4995f21e3a8b46eadc3038e3d93e45 0.01 MB 11 212
144,974 144,974 000000000000075246f081390be870dd1df19a0627f302d1747669038e195a95 0.01 MB 15 423
144,973 144,973 000000000000041edb85eed00e8b99f693f5c285603db777ef28826377a1e9f7 0.01 MB 33 15
144,972 144,972 00000000000006056cab7417a35a2b6f9a5a22e89218c3ed1df15ce590c21745 0.00 MB 9 44
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,624.88 GB sent, 93.01 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.