Memory Pool Memory Pool Refreshing

8,296 transactions
2.58 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,920 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (160,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,877 746,877 00000000000000000009d648341c2495a97eba2196cd7cb6de60a2741feeb2f4 0.00 MB 1 0
746,876 746,876 000000000000000000021b22e4188797b71022c471af3753302ce2b366eba290 1.68 MB 1,611 10
746,875 746,875 000000000000000000037e4c3c9a63e06851cb94976e6df5ca6a2472b0dde038 1.47 MB 2,860 15
746,874 746,874 00000000000000000001888f8f34fcc25e7afdb1d14a54ced57612c80cfd7367 1.79 MB 1,021 2
746,873 746,873 00000000000000000006fec6a4428e85dc2ffc9b5589b7418e083fb7a23a204f 1.23 MB 1,230 13
746,872 746,872 000000000000000000090d7de00e0f29c04c0f9cf9c949e58bd3955fdc0a4da7 1.37 MB 1,659 11
746,871 746,871 0000000000000000000977905db402337e4aa3b2a265a051563fc9d1dbfa34e6 1.64 MB 1,488 3
746,870 746,870 00000000000000000006014ca5611c5f32ebfc6ae837e0e235b3fc5ced85e99b 1.31 MB 1,658 9
746,869 746,869 0000000000000000000331606908591d7ad627717b577e451bb8256e6319fde6 1.39 MB 1,764 3
746,868 746,868 00000000000000000008ea486208cd4692cde279203d57aff09e1e1855b210fb 1.66 MB 3,236 3
746,867 746,867 000000000000000000046c8a59a0fea48c66c10b53ad592f4f480cf2e308c675 1.72 MB 2,985 8
746,866 746,866 00000000000000000002e8af9c88a8cca4f51a7eeef636213777d5ec11954590 1.41 MB 2,299 7
746,865 746,865 00000000000000000004db8e1260b0eb78a97d384318f4abf084c55cccfacf9f 1.56 MB 2,883 12
746,864 746,864 0000000000000000000a0d92322cc22fdc08a8afdf9e7b8e2974c7acb1b173ed 1.56 MB 2,894 14
746,863 746,863 00000000000000000003f448e1b3aedf2c79ba01f3d7893e293215867403ca8b 1.35 MB 2,024 12
746,862 746,862 0000000000000000000717120359d7e6d0fc50ece9ca4f0b645149d05ac5bcdd 1.46 MB 2,653 20
746,861 746,861 00000000000000000007d3b83149c88ca7de0c507b8adf9b3add11a936ab5595 1.49 MB 1,861 20
746,860 746,860 00000000000000000008aff563165f2628af0fee2d537556cb7cd0d9788d72c8 1.56 MB 3,412 13
746,859 746,859 000000000000000000087c563d8cf0745b48e38f476914caccd81d5aa293be85 1.44 MB 3,037 15
746,858 746,858 000000000000000000091971a7b6a8faa2427786965dff16558bbfab86bf69b1 1.50 MB 2,565 29
746,857 746,857 00000000000000000009f2edc84197d576c6dff9c23f2c81c3f0859aa3dfc56b 1.41 MB 2,037 13
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.