Memory Pool Memory Pool Refreshing

4,368 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,585 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (483,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,271 424,271 000000000000000001f7fe68f0cb85c15dd46f96756c22464dc7899dfe2e8536 1.00 MB 2,250 58
424,270 424,270 00000000000000000355794382c16d9172eb857c672a7050d7692ad7c752cd66 1.00 MB 2,687 96
424,269 424,269 0000000000000000048032343fd840531d8800ef0a6a0f7e6d6f733bda4e98b5 1.00 MB 2,712 136
424,268 424,268 000000000000000002afae595ac77263bb360c5039b92e8f95290f03ee5849ec 0.31 MB 660 80
424,267 424,267 000000000000000000790f000ba8f19a18aa07d1dd3e2c1bb0112809203a29bd 1.00 MB 1,664 50
424,266 424,266 0000000000000000049b34553ac507b89582a28e78772cbb9048eddf3ec70394 1.00 MB 2,019 75
424,265 424,265 0000000000000000010df01d1101f494adefe83b384ff3794f7145213121b7a3 1.00 MB 1,275 30
424,264 424,264 0000000000000000046627e562de4625a4c4c77d1873725423d76b8fad91fc7d 0.00 MB 1 0
424,263 424,263 0000000000000000007f9615f5faf13147338f3fd7d0d7acd6cdeab153601a40 1.00 MB 1,683 34
424,262 424,262 0000000000000000043aa2d49584bb089affda3c40bc16e48b807f4dcd6e046a 1.00 MB 1,911 70
424,261 424,261 000000000000000003c56339491f83a4e1fd7982c085fb40dd659287113a6841 1.00 MB 2,257 60
424,260 424,260 0000000000000000007707a0c0ec589f68f931d9cc1913c8673408ee97a43a66 1.00 MB 2,056 78
424,259 424,259 000000000000000002a6eafb8e2aba551cc0f648487293177a2b8fce45081043 1.00 MB 2,552 134
424,258 424,258 000000000000000000b1db8c684b37270eca1c55c9a77870766a565305cfc6e3 1.00 MB 2,316 77
424,257 424,257 0000000000000000053c2f05b41717140dec6143defe79ef9ea9bb662313ec6d 0.00 MB 1 0
424,256 424,256 0000000000000000050c42e32f6b3fa66e8000f6b59e29cdcb1bd9da85d0e39b 1.00 MB 1,678 36
424,255 424,255 00000000000000000114c09f7cf4b41f64e52f9ba4218382a6313ca6accd9633 0.31 MB 603 64
424,254 424,254 000000000000000002a0ce8dbf048c53ec493639fb27fc06c3d00530fcc13276 1.00 MB 2,182 79
424,253 424,253 0000000000000000005a2787769b1f1dee9a495e5d247856c0e016b2c327fa6f 1.00 MB 1,652 44
424,252 424,252 000000000000000001ef7f849ec052e5df365856dfd7d04b6ab6b4422c5e6e03 1.00 MB 1,489 44
424,251 424,251 000000000000000003f05e770fd0d69c633ee7ef54103db1c89506e47382d15f 1.00 MB 2,050 60
Previous 10 blocks ↓
Total Size: 769.05 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,627.50 GB sent, 93.13 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.