Memory Pool Memory Pool Refreshing

2,135 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,890 00000000000000000002349e0000000000000000000000000000000000000000 Now! 0.57 vMB 2,131 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (757,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,827 150,827 0000000000000247d93ad2b82b41644d3e1a28de8b3a75ad78e336abdac40116 0.00 MB 11 0
150,826 150,826 0000000000000a7df69087002031ca38052932b8531e364091f30b8e9a139666 0.01 MB 19 152
150,825 150,825 0000000000000a67fd7330cd9c8288c4191fc7b3be83b6cb97b5ce1d36461a8c 0.00 MB 11 17
150,824 150,824 0000000000000a2e76e10c095cbc2f8844fca8b75bb297f1e93ca0d2fcbbb2c1 0.02 MB 37 161
150,823 150,823 000000000000079906325bb67d66ab1b90261c0af1b83d166da7d8da202a0c35 0.00 MB 3 103
150,822 150,822 0000000000000822e63a6c71ff81f0277fc2f80d8183eef3819f25994b5f19c5 0.01 MB 13 88
150,821 150,821 00000000000000ed77a34c6c2fd6c7f03d8c8489ef3beb2a23c5374a260a5ddf 0.03 MB 65 132
150,820 150,820 000000000000014315a24ce53fc232c8fe8e78928e5c56d0cbbc88d16165c1bf 0.01 MB 45 4
150,819 150,819 00000000000004248302ce160714aaf0845aa30f8c99bb1769873b924d5faa3a 0.01 MB 15 64
150,818 150,818 0000000000000a40c174c3816afb51a73128a40f4f0a9068f5b5efb20816a517 0.02 MB 48 122
150,817 150,817 0000000000000486a4b229f7edada216e6313b97b385ec9d68b8abfd18b4bbb4 0.01 MB 23 153
150,816 150,816 00000000000001146efdd7c88f32f0314ef49df40fdb7cc2fd88502d21c2e3ea 0.02 MB 39 187
150,815 150,815 0000000000000a324592ee545c63bbae47e54a5aa5b0eead24f86b66ecb4a587 0.03 MB 58 118
150,814 150,814 000000000000050e521780ec4f6cd07bc8b3a543ebdbf6545a1f0b0720677542 0.01 MB 40 21
150,813 150,813 00000000000000d92697ad2df07059621c36b8a12410399bf1d9e02f4a01a728 0.01 MB 22 65
150,812 150,812 000000000000007057723e30ab30d02627eebcdb9ed012f154ce1a2ba50e2b7c 0.01 MB 12 198
150,811 150,811 000000000000077a411b284a1562476dd10f5600121ff4320dd14297297b77e9 0.04 MB 105 181
150,810 150,810 000000000000028b7e1c5b0816a80c2c0610b3708f683a502faf10a3395ee199 0.03 MB 89 247
150,809 150,809 000000000000004b98c8f3dbd337f0d0028ca2d2f5184697ce02b7fbfee8f966 0.00 MB 2 0
150,808 150,808 0000000000000282579289caaafbdff60554e47e0ad3b46b4da23a1376f255f5 0.00 MB 7 0
150,807 150,807 000000000000028727a900f475cabc3da79583b0679dbc211f799e29ed472bc0 0.01 MB 14 83
Previous 10 blocks ↓
Total Size: 769.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,643.22 GB sent, 94.63 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.