Memory Pool Memory Pool Refreshing

8,426 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,862 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (8,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,923 898,923 00000000000000000000cc2b5b0e6ba2875da905d9789c27b06f0f53dde76257 1.67 MB 3,649 5
898,922 898,922 0000000000000000000093d03bd74b01c4906c6268ca30b4b8884909f46f1859 1.62 MB 2,674 16
898,921 898,921 0000000000000000000085d11130cb6f8a847edbd332edf7ba27059f4d0e6e3d 1.51 MB 3,756 9
898,920 898,920 000000000000000000005d917bc73cb2ca0e542e96cb5bbe7d1fd5da7a912e28 1.52 MB 4,029 8
898,919 898,919 00000000000000000002443c6fd4e68715e5a2800d366739024e9cf2a4d03ef3 1.61 MB 4,053 6
898,918 898,918 00000000000000000001608fb497d52e565652e4a734598942d8a7d9af9aa5a7 1.59 MB 3,746 7
898,917 898,917 00000000000000000001f886dc86a4011fa5aac28fc7bc30e979675ca784304a 1.49 MB 4,311 7
898,916 898,916 00000000000000000001c384c7ddadf4cf6b92c4ef949bc63bc96f740998f42f 1.50 MB 2,746 5
898,915 898,915 00000000000000000000727b9e9b50e49b793142bc75cf57f89bf8315af9b236 1.47 MB 2,531 3
898,914 898,914 0000000000000000000235f8af0e3d7a63649582efc19f53b1a49b6da71bb634 1.49 MB 3,320 3
898,913 898,913 00000000000000000000decbdb341ae4d48714b320c017d6cf615cc76df84d60 1.77 MB 1,709 1
898,912 898,912 0000000000000000000004389c0514e6f446e234e20d00921c3d1acdabfba2ab 1.45 MB 3,115 3
898,911 898,911 0000000000000000000223934a4b8a1667ad49284f0664971643027b37702e47 1.09 MB 2,793 2
898,910 898,910 00000000000000000001bbf66dac7587597ba36505c1f7bb7e7022f0c40743f4 0.55 MB 1,370 2
898,909 898,909 00000000000000000001244ce35da0256220d158070d23f257fd30ee9238618d 0.26 MB 848 2
898,908 898,908 0000000000000000000190c0f4d4705d236091a1b84cee38d1d559adda280ced 1.16 MB 3,591 2
898,907 898,907 000000000000000000001613f3bc424decc092ad7322ab9cda3a7bc991155c90 1.49 MB 3,218 3
898,906 898,906 000000000000000000016d62c8f16ea1b92401978961adcc86fe8296e3b28e76 0.52 MB 1,397 4
898,905 898,905 00000000000000000001743cb8a660ec7b5faaab017ab2c5e282b29e3d624786 0.46 MB 1,264 2
898,904 898,904 0000000000000000000147b6f97e5bfb310b75a3ab8b93765bad1f6811b1649e 2.06 MB 2,544 2
898,903 898,903 00000000000000000000ac7d044001c6abdb37c0ebf31e90c1a0e59ec204f825 1.47 MB 2,516 2
Previous 10 blocks ↓
Total Size: 769.29 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,636.73 GB sent, 94.37 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.