Memory Pool Memory Pool Refreshing

8,130 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,960 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (7,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,846 899,846 000000000000000000022dc968012b1c2bf803323e9a43dd04ff3bb3c0441e14 1.30 MB 2,583 2
899,845 899,845 00000000000000000001e773fb55c3b4aa815fbfaa398d47c0a8a682d9aa77ae 1.29 MB 2,891 1
899,844 899,844 00000000000000000000ddd9b6741750cb5551532858f56a568a5dd35a2e2bd7 1.67 MB 3,107 3
899,843 899,843 000000000000000000020340f2d15878003a35332c3d90f34ecccd18fd0f3bcc 0.64 MB 1,444 1
899,842 899,842 000000000000000000013d4f68c2c9c1cd48a6e3cb8d142d5c880e3f1a1e527c 1.87 MB 3,955 1
899,841 899,841 00000000000000000000b72d3e20e5b1369e24d205fc49a65793d2e88c0cfb7e 1.66 MB 3,820 7
899,840 899,840 0000000000000000000073ca8f50141b8ad14bb6e91df6e701249d332b603a66 1.48 MB 2,903 3
899,839 899,839 000000000000000000001c1f0356b4445e31cee5807b19b415ea11f83c13156c 1.17 MB 2,505 2
899,838 899,838 00000000000000000000763df4e7aad79f5fc62b32ffa4ebd8d4b13325ae2b74 1.75 MB 3,199 2
899,837 899,837 000000000000000000016fc0f067dec46a53ffb7935d250c34f1e383645d7ab3 1.51 MB 2,869 3
899,836 899,836 0000000000000000000229fd0f55edc4239509436a8587b8f9f03162004a67ee 1.57 MB 3,179 3
899,835 899,835 0000000000000000000047b894e4a76f27c2df1354e30f5d8290c5f6ccec032c 0.17 MB 341 2
899,834 899,834 00000000000000000002137935dd67f37552c27776a3306b6eabfc6a197652fc 0.33 MB 807 2
899,833 899,833 0000000000000000000048a12b3367a21d6123a011e0d105ffd12c2649f97fce 1.13 MB 2,403 3
899,832 899,832 00000000000000000001022f628b3613959d0cdc107d94c7400f6ce1f0b53f57 0.64 MB 1,233 2
899,831 899,831 000000000000000000005615c3d823318a17bfd9d74e80a607e6bd7dc27cd4d0 0.36 MB 831 2
899,830 899,830 0000000000000000000199439599b6cfc8cee03982cb134a9eeb63181033d17e 0.90 MB 2,228 2
899,829 899,829 00000000000000000001a4170309b4694961a99cd085a4181c1c7f07a5f86bd8 1.66 MB 2,870 3
899,828 899,828 00000000000000000001221e2518f7b62bc69c1781272d8ad0b40546b8d523ed 0.47 MB 1,003 1
899,827 899,827 0000000000000000000096632a40ff1218c8e42f13135926cc02f4895d809c70 1.75 MB 3,872 2
899,826 899,826 000000000000000000020c5281e68cbf5b382e02e3a42d4a9d2965b08d1f8bb3 1.66 MB 3,680 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.