Memory Pool Memory Pool Refreshing

1,518 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,498 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (723,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,946 183,946 00000000000009edbac934c05340c8ce4405eba337aee73b70cd868c47af02da 0.14 MB 246 310
183,945 183,945 00000000000006b545bad8556d4c4752c8c375e127a6d1250694151e8fc1c9df 0.00 MB 12 16
183,944 183,944 0000000000000693bb61660d414259b1a9cce9682d8013f7aa771db778ee70a9 0.20 MB 415 188
183,943 183,943 0000000000000a6dd546451dcc1cdb5483be59c0613cfebf66b2947f6fe6b74b 0.15 MB 307 100
183,942 183,942 000000000000012998a63f32ccb891cecaeaa82d7adf3b96559720fe9044ae12 0.40 MB 925 124
183,941 183,941 00000000000008922dbfa531328230c704c94ce32f8a8c17cf1b4a1041014725 0.08 MB 201 136
183,940 183,940 00000000000000238a607135a3f2e3f293c99614e5147e8c5e5db8b4dd0b4003 0.05 MB 123 123
183,939 183,939 0000000000000a4910287c1e5459ab39f7cfc1f45a0a5ff505ed34a6f8017cbe 0.08 MB 178 109
183,938 183,938 000000000000089873a39b811076a7a1ab23f3965572e477d7f5bd11b29ad881 0.05 MB 113 107
183,937 183,937 00000000000003bda0e4c03f919328e803e83ebca543728b20505eece81199de 0.00 MB 6 15
183,936 183,936 0000000000000499f2e1d39a752073857b45908f8f9b0e1d174d9ea026d1480f 0.25 MB 546 293
183,935 183,935 00000000000008c930acc9fc6dadb12c1f78670206be4da5a4391525b651d91c 0.05 MB 116 68
183,934 183,934 0000000000000a1258c106a00a88d28cd9edaa3975efc061472db0212cf0f1fa 0.00 MB 7 0
183,933 183,933 0000000000000a4750456187b4625cea677782e43185beb24187edb9379d267f 0.25 MB 670 166
183,932 183,932 000000000000061cccc4643112354e27d86df0740b5f23740361ee31e640a730 0.07 MB 101 117
183,931 183,931 0000000000000749c26288666db8c9d13aad582ae6924f7303fd112fdbaef53b 0.00 MB 1 0
183,930 183,930 00000000000001dcd3755dd959d7b57706c6f542f85ba4a437471bca858dcf51 0.12 MB 214 99
183,929 183,929 000000000000005cecb953c0d95f5b93f83e7c0968fa9768e24a3dfa728c6dbd 0.14 MB 401 133
183,928 183,928 000000000000086e6d330ac97d4ea34c41ba1f1d6e780a6a7afb7c9c4b2fafd7 0.25 MB 598 198
183,927 183,927 00000000000000a0b5adc6b70a48d4f852f6f4ae0b978b66069928b96ca07287 0.20 MB 518 161
183,926 183,926 0000000000000032cb1eb2bf3dfd7cc636ed5c1a795cadbc3d5023a5714c81b3 0.04 MB 121 58
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.