Memory Pool Memory Pool Refreshing

3,763 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (484,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
422,940 422,940 0000000000000000051fe06d1c6eca9ec04314d91f3738a9071e4f5c1afeb424 0.93 MB 1,632 90
422,939 422,939 000000000000000004041db4869ddfd44ee71d31583ea76f0d209eabf1e0e782 0.99 MB 1,094 98
422,938 422,938 00000000000000000211c6a8794994ee82b374247865bec7fcabb8eac577125a 1.00 MB 1,829 79
422,937 422,937 00000000000000000060d09c9e3b038e9eb4d1653af704af107f26d1962b3200 1.00 MB 1,668 68
422,936 422,936 00000000000000000135018a4d3742c0b019f56642b853a8eef1b2ec65cd7760 1.00 MB 1,201 46
422,935 422,935 000000000000000000255f5159807b407ea5f7aa9aa6bd83961b15cbb5560724 1.00 MB 437 16
422,934 422,934 0000000000000000048907956b672d2470547389e209c17f5311c7cf507a78c6 1.00 MB 1,806 52
422,933 422,933 0000000000000000034346d192c94f64892ad10790b47724803d3a1f471908b7 1.00 MB 1,580 96
422,932 422,932 00000000000000000492e906b0918a1ec6a1dbe5c6e58f225f0023592fc87d32 1.00 MB 776 31
422,931 422,931 000000000000000000418de85b7247f531873ef780ae03b0738ce20e0c7acdb8 1.00 MB 601 12
422,930 422,930 00000000000000000062a78009dab3b42b1ab3d28a13b8211bead0457a5515dd 1.00 MB 1,009 17
422,929 422,929 00000000000000000129e2366e7a02629e7dff3fefbdb7b0f6f30560e5c82706 1.00 MB 1,460 42
422,928 422,928 000000000000000004141fd22345bb90b535bf9a0c0adc37eb7f13999fe91b8c 1.00 MB 1,194 44
422,927 422,927 0000000000000000028032488c152abda8effad2dff9a9bd39487f007cbe6d41 1.00 MB 1,593 67
422,926 422,926 0000000000000000050b850b6474afd817a686fb028b2b40ebfe5bd784feb796 1.00 MB 1,148 23
422,925 422,925 000000000000000003fbbfde7656e54e6a1817b5bdce45504ce93b93e6605bf6 1.00 MB 1,596 31
422,924 422,924 000000000000000003580731cc1a249c972a81a48a4dc087b8284fe1ab5d5486 1.00 MB 1,293 89
422,923 422,923 000000000000000004d5af1014d188d191f81cb68753e2a4c17b5b0b7b7ec03f 1.00 MB 1,493 30
422,922 422,922 0000000000000000007d42b13e2d77e5fdeadac3205a2d5c96dd62c59490861b 0.52 MB 576 33
422,921 422,921 00000000000000000060729d87fdfca28f79a18f9b22669e24329ccaffc9721c 1.00 MB 2,278 36
422,920 422,920 00000000000000000101826d8bcf31776e4796d36b6f2ac155b6f79d6dafb3a5 1.00 MB 1,621 91
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.28 GB sent, 93.11 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.