Memory Pool Memory Pool Refreshing

2,191 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,115 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (106,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,746 800,746 0000000000000000000519263f4a86ea4a9dadaea6d1b9866e4ce225854a2305 1.39 MB 1,937 13
800,745 800,745 000000000000000000011f5f7df1ec9ea61538e15137f57b3060269f3bac3043 1.52 MB 3,257 20
800,744 800,744 00000000000000000003b65c433a5348c041f6d5cc72d7727ba87e9ee4ae4ae3 1.77 MB 3,417 7
800,743 800,743 000000000000000000024d66be400746bd8a14a41624f51a7d86520f2985b37b 1.52 MB 3,403 16
800,742 800,742 00000000000000000003cd999e9a4307228d65bb9cfa711feecfba7e85ffa908 1.90 MB 5,409 6
800,741 800,741 00000000000000000002fa67474b5bc5994000abe0f3abc43d9f3c7e60109c8f 1.63 MB 3,566 8
800,740 800,740 00000000000000000004564626c18cc9325a6ce3a49adaad395c76bf82daead6 1.70 MB 3,759 11
800,739 800,739 00000000000000000004c27b18d93ec934cfcf5334d3b80d64f388abb8683359 1.46 MB 2,496 11
800,738 800,738 0000000000000000000073b5fa2db1c0753780fc50d36e7d059551ebe7fb72d7 2.08 MB 4,536 8
800,737 800,737 00000000000000000004c57c47b13944234b20497c9a58cc6d6d81f1767aeb71 1.95 MB 5,655 7
800,736 800,736 00000000000000000001b35aed7324799d188a5718c48b8021efe6fb93694eee 1.74 MB 4,550 9
800,735 800,735 000000000000000000017a2bb54849508f0511cc1852695f64a9ce8b74fa5b90 1.50 MB 2,389 12
800,734 800,734 000000000000000000000fb3189ed4a62b415872a6572bd939c030c6e547ea1f 1.70 MB 1,525 8
800,733 800,733 000000000000000000046976cfb2718e7db0c03165b8fcfc9ee15b2b08fd934f 1.69 MB 1,901 10
800,732 800,732 00000000000000000004369987debe8755a5ef77e4cfae55dda5af915beeeafe 1.54 MB 3,293 23
800,731 800,731 00000000000000000003c758f85e3756a1e05441abd2d8c1cfc98d847a634dc1 1.76 MB 4,329 10
800,730 800,730 0000000000000000000246d6b0daec4ce044832e7ee424d9e6ba4ecad2a5302e 1.73 MB 4,299 7
800,729 800,729 0000000000000000000455c006feed554420b988871a44b29e4cd0c8d632b1a1 1.95 MB 5,754 7
800,728 800,728 000000000000000000030189a49ed5c200de58c019c3f96ecd1271de480fcd58 1.68 MB 4,036 6
800,727 800,727 00000000000000000003985c8121957b8acb2fa8c6731b8145ebcd9d810816bf 1.58 MB 3,175 10
800,726 800,726 0000000000000000000228f5002c08c9689405d01b6fa168bf2d6bb2fcbe96bc 1.72 MB 3,835 9
Previous 10 blocks ↓
Total Size: 769.06 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.82 GB sent, 93.17 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.