Memory Pool Memory Pool Refreshing

2,592 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,955 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (369,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
538,829 538,829 0000000000000000000dc880b8410f890e9f1125761076808d47a7db0dddd7ef 0.56 MB 655 23
538,828 538,828 0000000000000000000a1f0fea10dde51cc586caf2252cf091cd77dd5dbfbf60 0.00 MB 5 61
538,827 538,827 00000000000000000019c1b89f31e7cbe998b8215e62dbc6acb588880bc97032 1.01 MB 1,699 9
538,826 538,826 000000000000000000177b885363a8e004dcf1a775c8d970711e234300b0af19 1.14 MB 1,709 41
538,825 538,825 00000000000000000010dd71fcbdc462b863f8ae3574ac673138dd7c1298af39 1.08 MB 2,046 5
538,824 538,824 00000000000000000002fd1bc60887bc3a81f7532d8c4a8a3dcc2a569a54f1ad 0.00 MB 2 17
538,823 538,823 000000000000000000289d0f25067e8552bc5f39903bfbcb97084c31dd2739bf 1.30 MB 2,932 32
538,822 538,822 00000000000000000003495aa27dc56f3fabd7d931d875b16c8a03f9a38e306f 1.39 MB 1,787 9
538,821 538,821 0000000000000000001c41a2bfc2467fcf31c8a91997a2c8a61f1b8db0763ec5 1.07 MB 1,214 28
538,820 538,820 00000000000000000017f5ed5a51f4f8efde52fec43cf4ba6ddfb136d53ab8af 1.10 MB 1,317 40
538,819 538,819 00000000000000000005f6d5d0bc1c12a3938368caea2e03b04703e875f027ad 0.42 MB 706 22
538,818 538,818 00000000000000000014ea8e1585ea289075edb1cc1a08d3c9d8cde232c3ed03 0.16 MB 180 6
538,817 538,817 0000000000000000002663c9972cd4d4d6ff9a0d85d003626285881cbd326c79 0.89 MB 1,337 33
538,816 538,816 00000000000000000023d091b4ea980be1f7bcb0f6848fd18c814522680ff3a2 0.94 MB 1,963 21
538,815 538,815 0000000000000000001cafc947949091802cfe561312198e3247ebe0c16eaf89 1.18 MB 2,780 22
538,814 538,814 0000000000000000001462dff7036ed7a418bb50b7e58bc5acead5c652c290c5 0.20 MB 453 25
538,813 538,813 00000000000000000014f31fc661f63a359262fb0eca1d7789dc2881e2b69c72 0.73 MB 1,708 23
538,812 538,812 0000000000000000000ce4d18937e9b099b1bd07894476ec42075792ef99e76b 0.00 MB 1 0
538,811 538,811 000000000000000000029fb2d2f94791c770a305ef4a2a0713817ec28db31a42 0.44 MB 953 36
538,810 538,810 000000000000000000198fd0da8673bcf0635f86f980610cab2563fa7947b675 0.44 MB 919 11
538,809 538,809 00000000000000000006dfa9788dd7e5718bbcdd498fc5b1a34d5a1e4f85ccbb 1.23 MB 2,874 24
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.65 GB sent, 94.43 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.