Memory Pool Memory Pool Refreshing

6,129 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (542,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,670 365,670 00000000000000001455c3fbbc11a04080c9fd55a5a2b687637432ca37e9b1eb 0.93 MB 351 4
365,669 365,669 0000000000000000153b19cd96f64139768d38a3c0fb0a756ba594d8ebc0d46d 0.93 MB 268 6
365,668 365,668 00000000000000000c3a76e0b1dbcf9bcbc15ecbf4220de2250cf9672d77fed7 0.00 MB 1 0
365,667 365,667 00000000000000001336b5f90d3c21b8b1bb52f38d5ae5364deefac63d340c1d 0.92 MB 1,040 21
365,666 365,666 00000000000000000bab1eeb6a77dbafc49c1494f6dfe2b2b5673d741339b304 0.06 MB 57 8
365,665 365,665 00000000000000000cdfbb0fc0d783f636378d0c7735a472cfc53212948e5dbd 0.40 MB 676 43
365,664 365,664 00000000000000000465cc49a71badce4082bf63692192c7745735b1bd24302c 0.93 MB 485 9
365,663 365,663 000000000000000009bd94a48a895ad0cceb352d4bc8b3b0324f59dac8c7e1a8 0.28 MB 481 36
365,662 365,662 000000000000000003509f8e936a2365d24826de1d28f7206deeca513e3ec909 1.00 MB 870 14
365,661 365,661 00000000000000000c07d9a82c41853893be5cbd258e76403aa058ca488522b5 0.25 MB 173 6
365,660 365,660 0000000000000000016d25835956ee9c357d364b364c151bb29c5b32e2fdb330 0.93 MB 1,076 21
365,659 365,659 000000000000000002103c630cb8fe904db41339b960015834b94d3ea24b915a 0.93 MB 772 14
365,658 365,658 000000000000000011aa436f4e34028a0e7b88f6515c23bdc79611b8926251f9 0.92 MB 1,163 23
365,657 365,657 000000000000000000c9bdaf76d7652421be56aca4ae508a774c791d8901df3b 1.00 MB 473 6
365,656 365,656 0000000000000000002c755f60a7e82c687fc2c80301a63b1f89f89b12123f5e 0.95 MB 1,285 26
365,655 365,655 00000000000000000e185f09b0f7c7e0ed1191deee70253cab485b8da69973f0 0.29 MB 210 19
365,654 365,654 00000000000000001155408ed09b4985b93f4390ec84bb049d27df39f7d8c698 0.88 MB 1,095 31
365,653 365,653 00000000000000000aaa93fcfad1e814f83b1f2fb810238e09d8012fc5f0d18d 0.93 MB 552 8
365,652 365,652 0000000000000000141520ca0cf23b9c9a672ddd6688157e174d7f23d88943d4 1.00 MB 724 23
365,651 365,651 000000000000000012c13197c29b4849d4a4b272065c7cd790d4dcd5a66e9fb4 0.11 MB 126 26
365,650 365,650 000000000000000006d01d7f097cf7f33256471882bbb1cb67d72329cf8547b9 0.95 MB 620 24
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.99 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.