Memory Pool Memory Pool Refreshing

280 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (15,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,994 891,994 000000000000000000017f20d197012bb67fbd0b39aa7b0000f57be4982fdd80 1.57 MB 3,512 2
891,993 891,993 00000000000000000000dfb32217b32404e979fe4a1ac0f00700fe6518b0b879 1.58 MB 3,698 5
891,992 891,992 00000000000000000000f9ef99f08ad49e27c03ab59e60a96e4912afc4acbf20 1.49 MB 2,203 1
891,991 891,991 00000000000000000001523736d96fbf4fe8ae5165ec11409db103830ef3d007 1.57 MB 2,745 2
891,990 891,990 00000000000000000000f0ce9f58aff44308be2dc9c7b61874fa5185ef9db6ff 1.51 MB 3,329 4
891,989 891,989 000000000000000000016df4c9bbae48a90b621e866555345f39fd0d8ba43894 1.53 MB 4,062 3
891,988 891,988 00000000000000000001a9793b32b1a8fc0ec2577ed55fb951d53d3fc50960be 1.53 MB 3,370 2
891,987 891,987 000000000000000000007dc83b854ed5d0426e6db9a27c1c96236880814b7466 0.18 MB 271 3
891,986 891,986 000000000000000000004d173c27215a68eeab96202d6486d80f53feb0344a8f 0.01 MB 22 3
891,985 891,985 00000000000000000001f754fc0ef1016fab26f67b23ea6268bab941363b1b8e 0.21 MB 364 3
891,984 891,984 000000000000000000015708cb018c7c18f3da9e7d34ff7aad855f46fef72990 0.82 MB 285 1
891,983 891,983 00000000000000000000f8bbd674ffe4351b456cb50c3430701306dcb33cedae 1.32 MB 2,395 2
891,982 891,982 00000000000000000000ecd1044c453dbd497fd3d4708588699666fac1cee91c 0.44 MB 772 3
891,981 891,981 000000000000000000019183c69e2bc228dccd002fe3008a118924d16605f92c 1.30 MB 2,243 3
891,980 891,980 000000000000000000015e2b9ec5687e8ca6a12aa382c9e43a9d72e7258844df 0.23 MB 470 2
891,979 891,979 000000000000000000010cf69cba2a628ae07b71a97aaf3b49e946f8a469a000 1.58 MB 2,829 3
891,978 891,978 0000000000000000000225de0d791124f91bf1d212738c0dbc1234949bf79dc9 1.34 MB 2,270 1
891,977 891,977 0000000000000000000166bd1e57372b824361fec1ef88e441f4344e25f122bb 1.74 MB 4,349 3
891,976 891,976 000000000000000000019e7e91982207806e7e12554c4ff1f97225ccfc99b26f 1.69 MB 3,630 3
891,975 891,975 0000000000000000000227efbef6302b482fdb22eea47fb5f67acfe35016111f 1.67 MB 3,028 2
891,974 891,974 0000000000000000000104ddae5db7eafe1f9f7ea70881130ab6eb009df20cd7 1.51 MB 2,074 3
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.