Memory Pool Memory Pool Refreshing

1,346 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,324 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (4,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,775 903,775 0000000000000000000233580519b3c0c8369cbd457ebc0ff6115e6d76a8b1ab 1.56 MB 2,461 3
903,774 903,774 000000000000000000022c08f5c109321b49f1525c2aa9090edae7fee9da0680 1.55 MB 3,183 5
903,773 903,773 00000000000000000002318e7e9984d81fc51b90139b1863455a41590c090e6d 1.37 MB 1,940 2
903,772 903,772 000000000000000000026255d57531ba4a62efaeb11882306cbe797475bb2f90 1.64 MB 2,841 3
903,771 903,771 000000000000000000001947fb25509fce8db9b100562b59d702e1d3d71fc52e 2.11 MB 919 1
903,770 903,770 00000000000000000000c9545ef06954d927360fd1d67f01f6df78fc10c32c58 1.75 MB 1,126 1
903,769 903,769 000000000000000000025008b999ac01d959eb792f76412cb5707ee1ae2db9ef 1.79 MB 2,886 1
903,768 903,768 00000000000000000002154927a26868c232417b836ba2e6521cdd9525e20414 1.67 MB 3,839 1
903,767 903,767 00000000000000000001e9bef2b20611ae67386f42d3417947b8b80a7699834a 1.34 MB 2,105 3
903,766 903,766 00000000000000000001d18e243cc3661337a0ee58958b9ca926ff22d60f1435 1.37 MB 2,081 3
903,765 903,765 000000000000000000019d5534f05141cf2c765629a51016ec06f27a09fb2fe5 1.45 MB 2,921 4
903,764 903,764 00000000000000000000f741b2948e987bd0bc45e5c8e48d3bc09844a8a17bd0 1.97 MB 3,429 1
903,763 903,763 00000000000000000000dd1bfa77143fd3a780f9bb76deca5c9308bced01fa39 1.72 MB 2,881 1
903,762 903,762 000000000000000000025b7dc473c036dcb6b9629466c16e20bcfd06acddb34e 1.50 MB 2,257 2
903,761 903,761 00000000000000000000f68cde03ff7039750593b5544dc0509b5662babe4409 0.31 MB 536 2
903,760 903,760 00000000000000000001523c44aa311faa17b3c1385da9a4cc101b2a36407ea2 2.16 MB 3,739 0
903,759 903,759 0000000000000000000113c560a05117aee1387eaa0f1ad632ea36bf6e34fa95 1.48 MB 2,525 2
903,758 903,758 000000000000000000013fb0e143053f04b6abfd74a7ad339b3c1aa5b3c4d117 1.04 MB 1,211 2
903,757 903,757 0000000000000000000067747cea1780111df5351b84e07dbcd6e6073f7bca33 0.11 MB 172 2
903,756 903,756 000000000000000000005f920170a8ab2a367aa56e70e7be62f4117cc12adee8 0.36 MB 623 2
903,755 903,755 0000000000000000000029470e4e7427495d87b2abed96d5aae0c15cf24375b7 0.13 MB 320 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.